]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/statbox.cpp
Somehow, setting a tint color makes gauge work :/.
[wxWidgets.git] / src / os2 / statbox.cpp
index 41f25791f4e0645f33c6adf8367204c9e6292cb6..94d826ec8d4eef1364074832814cabf67e04a5fe 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      David Webster
 // Modified by:
 // Created:     ??/??/98
-// RCS-ID:      $Id$
 // Copyright:   (c) David Webster
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -22,8 +21,6 @@
 
 #include "wx/os2/private.h"
 
-IMPLEMENT_DYNAMIC_CLASS(wxStaticBox, wxControl)
-
 bool wxStaticBox::Create( wxWindow*       pParent,
                           wxWindowID      vId,
                           const wxString& rsLabel,
@@ -62,9 +59,7 @@ bool wxStaticBox::Create( wxWindow*       pParent,
     //
     SetBackgroundColour(GetParent()->GetBackgroundColour());
 
-    wxColour                        vColour;
-    vColour.Set(wxString(wxT("BLACK")));
-    LONG                            lColor = (LONG)vColour.GetPixel();
+    LONG lColor = (LONG)wxBLACK->GetPixel();
     ::WinSetPresParam( m_hWnd
                       ,PP_FOREGROUNDCOLOR
                       ,sizeof(LONG)