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:
@@ -74,8 +74,7 @@ void MyWindow::OnPaint(wxPaintEvent\& event)
|
|||||||
vH = upd.GetH();
|
vH = upd.GetH();
|
||||||
|
|
||||||
// Alternatively we can do this:
|
// Alternatively we can do this:
|
||||||
// wxRect rect;
|
// wxRect rect(upd.GetRect());
|
||||||
// upd.GetRect(&rect);
|
|
||||||
|
|
||||||
// Repaint this rectangle
|
// Repaint this rectangle
|
||||||
...some code...
|
...some code...
|
||||||
|
Reference in New Issue
Block a user