]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/popupwin.cpp
GTK2: gtk_draw_* -> gtk_paint_*
[wxWidgets.git] / src / gtk / popupwin.cpp
index 20a117b97307b52b2e620bf9d3f6cd82d2cd7bc8..340954afb1b2a26f12275cb6ef01abcc8f42ace6 100644 (file)
@@ -288,7 +288,7 @@ void wxPopupWindow::DoSetSize( int x, int y, int width, int height, int sizeFlag
 
     if ((m_width != old_width) || (m_height != old_height))
     {
-        gtk_widget_set_usize( m_widget, m_width, m_height );
+        gtk_widget_set_size_request( m_widget, m_width, m_height );
 
         /* actual resizing is deferred to GtkOnSize in idle time and
            when showing the dialog */