Patch #977 2006-03-31 21:46

pecan

Fix Debugger Toolbar images not disabling
Download
977-Fix_Debugger_To.patch (565 bytes)
Category
 
Status
Accepted
Close date
2006-04-05 07:45
Assigned to
 
RE: Debugger toolbar images do not behave correctly

I've  traced thru all the wxWidget code and found no problem.
The problem is in the way XP treats all images after the first in a
tool bar.

The following url's contain bitmaps that correct the problem.

dbgrun.png for 16x16 image
http://forums.codeblocks.org/index.php?action=dlattach;topic=2753.0;attach=863

dbgrun.png for 22x22 image
http://forums.codeblocks.org/index.php?action=dlattach;topic=2753.0;attach=862

Discussion of the solution:
http://forums.codeblocks.org/index.php?topic=2753.0

thanks
pecan