]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/stattext.cpp
wxFont can now raelly use the native fonts
[wxWidgets.git] / src / mac / carbon / 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 (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;
   wxString paragraph;
   int i = 0 ;
   wxString text = m_label;