]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/window.cpp
Implemented two-window approach for pop-ups, since
[wxWidgets.git] / src / gtk1 / window.cpp
index 111d947640d7a9c7909020bea32ab75b8d38074e..d3fc1c023d09ade04e4a44011ee649b63a22bf88 100644 (file)
@@ -2721,7 +2721,7 @@ void wxWindowGTK::DoSetSize( int x, int y, int width, int height, int sizeFlags
         int border = 0;
         int bottom_border = 0;
 
-#ifndef __WXGTK__
+#ifndef __WXGTK20__
         if (GTK_WIDGET_CAN_DEFAULT(m_widget))
         {
             /* the default button has a border around it */