]> git.saurik.com Git - wxWidgets.git/commitdiff
correct misleading OnSize() comment
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Jan 2008 18:31:04 +0000 (18:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 17 Jan 2008 18:31:04 +0000 (18:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51265 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/glcanvas.h

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