]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/stattext.cpp
fixed misplaced subcontrols of wxComboBox
[wxWidgets.git] / src / mac / stattext.cpp
index bb9b15ad7fc1ef77dd9c941d9d19190e5336ceb9..88b0edf3f9b5564cc832cbde0f6b70553a469857 100644 (file)
@@ -128,6 +128,10 @@ void wxStaticText::OnDraw( wxDC &dc )
     if (m_width <= 0 || m_height <= 0)
         return;
 
+  if ( !IsWindowHilited( MacGetRootWindow() ) )
+  {
+    dc.SetTextForeground( wxColour( 0x80 , 0x80 , 0x80 ) ) ;
+  }
   wxString paragraph;
   int i = 0 ;
   wxString text = m_label;