]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/colour.h
adding command key accelerator
[wxWidgets.git] / include / wx / mac / carbon / colour.h
index 24bdf8381359f5640d11e0f9d67abaae25a6c710..2cad2126eeb06d9f6c1a08f0d9b0c281f15dec04 100644 (file)
@@ -57,7 +57,7 @@ protected :
 
     void InitWith( unsigned char red, unsigned char green, unsigned char blue ) 
     {
-        InitWith( red, green, blue , 255) ;
+        InitWith( red, green, blue , wxALPHA_OPAQUE ) ;
     }
 
     void InitWith( unsigned char red, unsigned char green, unsigned char blue, unsigned char alpha );