Author Topic: Refixed wxWidget Patch: menu items with icon not correctly aligned (since wx263)  (Read 35448 times)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
@Tim : did the wx guys already fix the issue that relates to our problem where the replace button on the toolbar in windows being incorrect and showing the find button ??

My backport fix for that problem is here.
Tim S
[ 1633748 ] wxMSW backport of tbar95 code in wxREMAP_BUTTON_COLOURS
http://sourceforge.net/tracker/index.php?func=detail&aid=1633748&group_id=9863&atid=309863
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
confirmed, it works :-)

new hacked dll coming up on berlios : wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.7z

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
I downloaded that new dll but the save button is still not grayed out..
everything else is fine( icons aligned correctly, all other toolbar buttons working properly)
rev3461
win xp sp2

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
And if i use large icons (22*22) even more toolbar icons are not grayed out (undo,redo,cut)

These problems are also present in rev3507
« Last Edit: January 21, 2007, 12:36:30 pm by Szabadember »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
And if i use large icons (22*22) even more toolbar icons are not grayed out (undo,redo,cut)

These problems are also present in rev3507

I have just tried it under wxWidgets 2.8.1 + 2 patches that I back-ported and it has this issue our for toolbar icons.

Note: My patch was to fix the pull-down menus NOT the toolbar menus for graying out.
I can look at this issue, but I never really saw it before; did it exist a month ago?
Or has it started recently?
My patch on the toolbar menu was for reducing the number of colours in the bitmap.

I have looked at the issue and I am NOT sure if it is a wxWidgets or a Code::Blocks caused issue.
(undo,redo,cut) and I think save and paste may have the problem of not graying out.

Tim S
« Last Edit: January 21, 2007, 03:04:27 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Szabadember

  • Multiple posting newcomer
  • *
  • Posts: 75
  • That's me!
There were always problems with the toolbar images...
It would be nice if you could fix that issue too ;)