]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/colour.cpp
Fixed child positioning on window resizing.
[wxWidgets.git] / src / motif / colour.cpp
index 17a8a4e72bfb351518a30e1a11266c9e3e948d1f..780a1a2e33216b2603ed6327d5de510b8d35d3fe 100644 (file)
@@ -95,7 +95,7 @@ wxColour wxColour::CreateByName(const wxString& name)
         col.m_red = xcol.red & 0xff;
         col.m_green = xcol.green & 0xff;
         col.m_blue = xcol.blue & 0xff;
-        col.m_isInit = TRUE;
+        col.m_isInit = true;
         col.m_pixel = -1;
     }