correct misleading OnSize() comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2008-01-17 18:31:04 +00:00
parent 6fbc263690
commit 728bcab0b8

View File

@ -116,9 +116,8 @@ public:
// implementation-only from now on // implementation-only from now on
// Unlike some other platforms, this must get called if you override it. // Unlike some other platforms, this must get called if you override it,
// It sets the viewport correctly and update the context. // i.e. don't forget "event.Skip()" in your EVT_SIZE handler
// You shouldn't call glViewport yourself either (use SetViewport if you must reset it.)
void OnSize(wxSizeEvent& event); void OnSize(wxSizeEvent& event);
virtual void MacSuperChangedPosition(); virtual void MacSuperChangedPosition();