]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/clrpicker.h
adding command key accelerator
[wxWidgets.git] / include / wx / clrpicker.h
index d3a2b509d3dc25b48a9a2f19f82ec5f2f73cfd35..13dfd4b8467ae0685fea9acb0b8208ad439cea0f 100644 (file)
@@ -69,7 +69,8 @@ protected:
 //       fact that all classes being mapped as wxColourPickerWidget have the
 //       same prototype for their contructor (and also explains why we use
 //       define instead of a typedef)
-#if defined(__WXGTK24__)        // since GTK > 2.4, there is GtkColorButton
+// since GTK > 2.4, there is GtkColorButton
+#if defined(__WXGTK24__) && !defined(__WXUNIVERSAL__)
     #include "wx/gtk/clrpicker.h"
     #define wxColourPickerWidget      wxColourButton
 #else