Skip to content

Commit

Permalink
Fixed: Size of Menu images on High DPI
Browse files Browse the repository at this point in the history
  • Loading branch information
XusinboyBekchanov committed May 15, 2022
1 parent 182873e commit 6aa5470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.bas
Original file line number Diff line number Diff line change
Expand Up @@ -4284,7 +4284,7 @@ Sub LoadSettings
pDefaultFont->Size = InterfaceFontSize

mnuMain.DisplayIcons = DisplayMenuIcons
'mnuMain.ImagesList = IIf(DisplayMenuIcons, @imgList, 0)
mnuMain.ImagesList = IIf(DisplayMenuIcons, @imgList, 0)
ReBar1.Visible = ShowMainToolbar
SetDarkMode DarkMode, False

Expand Down

0 comments on commit 6aa5470

Please sign in to comment.