]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/popupwin.cpp
provide wxGetLocalTimeMillis() (returning double) even if wxUSE_LONGLONG==0
[wxWidgets.git] / src / gtk / popupwin.cpp
index 604d0565c8eef72a6bfe1af7db509e6e72b3b039..0676e6e6393b2f42828e0d44f07504d294ec2454 100644 (file)
@@ -282,7 +282,8 @@ void wxPopupWindow::DoSetSize( int x, int y, int width, int height, int sizeFlag
         {
             /* we set the position here and when showing the dialog
                for the first time in idle time */
-            gtk_widget_set_uposition( m_widget, m_x, m_y );
+            // Where does that happen in idle time? I do not see it anywhere - MR
+            gtk_window_move( GTK_WINDOW(m_widget), m_x, m_y );
         }
     }