X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0f52f6108511e4320eab81beb94c92c7657ee7bf..abd474ea63667f727940a009cc3e0b23ba9f418f:/src/gtk/popupwin.cpp diff --git a/src/gtk/popupwin.cpp b/src/gtk/popupwin.cpp index d7a664893d..32e440006b 100644 --- a/src/gtk/popupwin.cpp +++ b/src/gtk/popupwin.cpp @@ -46,7 +46,7 @@ static gint gtk_popup_button_press (GtkWidget *widget, GdkEvent *gdk_event, wxPo { if (child == widget) return FALSE; - child = child->parent; + child = gtk_widget_get_parent(child); } }