]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/graphics/colour.cpp
Don't reset bullet number and outline number when applying style sheet.
[wxWidgets.git] / tests / graphics / colour.cpp
index 6f661b12b43ed7a0c023f35db04fc332bf843565..0269e6bc1b37b9a41ff7a788a5747606b4278a92 100644 (file)
@@ -55,7 +55,7 @@ std::ostream& operator<<(std::ostream& os, const wxColour& c)
 
     if ( const unsigned char a = c.Alpha() )
     {
-        os << ", " << ColourChannel(c.Alpha());
+        os << ", " << ColourChannel(a);
     }
 
     os << ")";