Author Topic: Differences in the GUI with the update of the Dll wxmsw317u  (Read 4273 times)

Offline sergioferrari52

  • Multiple posting newcomer
  • *
  • Posts: 12
Differences in the GUI with the update of the Dll wxmsw317u
« on: August 11, 2022, 02:15:43 pm »
I just downloaded and installed the latest nightly version of CodeBlocks (rev 12859) which requires
the two updated wx dlls (wxmsw317u..).
I also "installed" the previous version (rev 12858) in another directory.
I generally perform the following IDE settings:
- toolbar icon size: 32x32
- font editor: Consolas size 11
- compiler and debugger settings
Making the same settings and starting CodeBlocks (rev 12859) I notice these differences:
- the text in the editor is much smaller (rev 12859)
- the toolbar icons are much smaller (new icon file: height 32 pixels for rev 12858, 20 pixels for rev 12859)
- the height of the toolbars is also a bit different (about 34 pixels against 40)

I'm on windows 10 and the screen resolution is 1920 x 1080.
I attach two screenshots for the 12858 and 12859 versions

Sergio Ferrari

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: Differences in the GUI with the update of the Dll wxmsw317u
« Reply #1 on: August 11, 2022, 02:28:51 pm »
What scaling factor are you using?. Please attach the contents of Help -> About -> Information in code tags.

This may be related to ticket 1297

Offline sergioferrari52

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: Differences in the GUI with the update of the Dll wxmsw317u
« Reply #2 on: August 12, 2022, 12:15:45 am »
The scaling factor are 1.50 .
The editor zoom has been reset before screen capture for both revisions.
I attach two information files (from Help -> About -> Informations) for both 12858 and 12859 revisions.

Offline sergioferrari52

  • Multiple posting newcomer
  • *
  • Posts: 12
Re: Differences in the GUI with the update of the Dll wxmsw317u
« Reply #3 on: October 02, 2022, 09:04:59 pm »
This problem was resolved with nightly revision 12932 that uses wx321 dlls.