]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/window.cpp
More for wxPython 2.0b9 (hopefully the last...)
[wxWidgets.git] / src / gtk / window.cpp
index 012b2c5082c2ec8e66f2ae0fe22e6459908c75a9..004495d7baff0d8e850b3fdcc0e8641329a1a4f0 100644 (file)
@@ -3045,6 +3045,8 @@ void wxWindow::SetFont( const wxFont &font )
     else
         m_font = *wxSWISS_FONT;
 
+    if (!m_widget->window) return;
+
     wxColour sysbg = wxSystemSettings::GetSystemColour( wxSYS_COLOUR_BTNFACE );
     if (sysbg.Red() == m_backgroundColour.Red() &&
         sysbg.Green() == m_backgroundColour.Green() &&