Changes between Initial Version and Version 1 of Ticket #943, comment 9


Ignore:
Timestamp:
Apr 19, 2012, 2:20:36 PM (12 years ago)
Author:
Mitchell K

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #943, comment 9

    initial v1  
    1 One alternative I can think of is to make it platform specific but in a non-messy way : use a custom class, and just give one definition for Mac (typdef it to wxColourPickerCtrl, or subclass if necessary) and the other for GTK/Windows (the custom class that exists now, VariableColourBox). All other code should work unchanged. I'll try this later today.
     1One alternative I can think of is to make it platform specific but in a non-messy way : use a custom class, and just give one definition for Mac (typdef it to wxColourPickerCtrl, or subclass if necessary) and the other for GTK/Windows (the custom class that exists now, VariableColourBox). All other code should work unchanged. This should be better because I think the button looks really good the way it already is on GTK. I'll try this later today.