]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/window.cpp
IRIX compile fixes
[wxWidgets.git] / src / gtk / window.cpp
index 4d2bc6c47495512d095731fe1ab0809664e6e8e6..cc3d1edb16ea48082c81ca9f52b98d5dd3c907cd 100644 (file)
@@ -2582,7 +2582,6 @@ bool wxWindow::SetBackgroundColour( const wxColour &colour )
     }
 
     wxColour sysbg = wxSystemSettings::GetSystemColour( wxSYS_COLOUR_BTNFACE );
-
     if (sysbg == m_backgroundColour)
     {
         m_backgroundColour = wxNullColour;
@@ -2621,7 +2620,7 @@ bool wxWindow::SetForegroundColour( const wxColour &colour )
     }
 
     wxColour sysbg = wxSystemSettings::GetSystemColour( wxSYS_COLOUR_BTNFACE );
-    if (sysbg == m_foregroundColour)
+    if ( sysbg == m_backgroundColour )
     {
         m_backgroundColour = wxNullColour;
         ApplyWidgetStyle();