File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -886,7 +886,7 @@ Private Sub Form_Load()
886886
887887 'Turn off automatic redraws in the treeview object
888888 tvMenus.SetAutomaticRedraws False
889- tvMenus.ListItemHeight = BLOCKHEIGHT
889+ tvMenus.ListItemHeight = Interface.FixDPI( BLOCKHEIGHT)
890890
891891 'Iterate the menu collection, and pair each menu with a hotkey against its relevant hotkey partner
892892 ReDim m_Items(0 To m_NumOfMenus - 1 ) As PD_HotkeyUI
Original file line number Diff line number Diff line change @@ -534,7 +534,7 @@ Description="PhotoDemon Photo Editor"
534534CompatibleMode="0"
535535MajorVer=2024
536536MinorVer=8
537- RevisionVer=149
537+ RevisionVer=150
538538AutoIncrementVer=1
539539ServerSupportFiles=0
540540VersionComments="Copyright 2000-2024 Tanner Helland - photodemon.org"
You can’t perform that action at this time.
0 commit comments