fixed wxRegionIterator example

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-02-27 00:18:43 +00:00
parent 9ef896e152
commit 62b4ae0811

View File

@ -74,8 +74,7 @@ void MyWindow::OnPaint(wxPaintEvent\& event)
vH = upd.GetH();
// Alternatively we can do this:
// wxRect rect;
// upd.GetRect(&rect);
// wxRect rect(upd.GetRect());
// Repaint this rectangle
...some code...