X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0416c41834f36316a03720c4ed05cdf36964a2f3..fe8b03618ae0a511bf76e85565b3d43b68e99cd5:/include/wx/gtk/popupwin.h diff --git a/include/wx/gtk/popupwin.h b/include/wx/gtk/popupwin.h index 04e00ad33f..e150b2d3e7 100644 --- a/include/wx/gtk/popupwin.h +++ b/include/wx/gtk/popupwin.h @@ -37,7 +37,7 @@ public: protected: - void GtkOnSize( int x, int y, int width, int height ); + void GtkOnSize(); virtual void DoSetSize(int x, int y, int width, int height, @@ -46,6 +46,8 @@ protected: virtual void DoMoveWindow(int x, int y, int width, int height); private: + bool m_sizeSet; + DECLARE_EVENT_TABLE() DECLARE_DYNAMIC_CLASS(wxPopupWindow) };