A few more things are back to work.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -209,7 +209,8 @@ static gint gtk_window_button_release_callback( GtkWidget *widget, GdkEventButto
|
||||
gdk_window_get_origin( widget->window, &org_x, &org_y );
|
||||
x += org_x - win->m_diffX;
|
||||
y += org_y - win->m_diffY;
|
||||
win->InternalSetPosition(x, y);
|
||||
win->m_x = x;
|
||||
win->m_y = y;
|
||||
gtk_widget_set_uposition( win->m_widget, x, y );
|
||||
|
||||
return TRUE;
|
||||
|
Reference in New Issue
Block a user