Changes between Version 1 and Version 2 of Ticket #943, comment 3


Ignore:
Timestamp:
Apr 14, 2012, 12:47:37 AM (12 years ago)
Author:
Mitchell K

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #943, comment 3

    v1 v2  
    1111'''It would be nice if a linux user could test this and see how it looks on gtk.''' If it's really bad, it would be possible to use ''#if OS_LINUX'' macros to leave it as it was before on Linux, but would probably be a bit messy.
    1212
    13 I've also removed the hex codes which used to be on the Environment section buttons. There is an option for this very thing in ''wxColourPickerCtrl'', but it doesn't look that great as it simply inverts the button (thus at 50% grey it is invisible) and I don't really see why it would be that useful anyway.
     13I've also removed the hex codes which used to be on the Environment section buttons. There actually is an option for this very thing in ''wxColourPickerCtrl'', but it doesn't look that great as it simply inverts against the button (thus at 50% grey it is invisible) and I don't really see why it would be that useful anyway.
    1414
    1515I also replaced a few #includes in header files with forward class declarations.