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:
parent
9ef896e152
commit
62b4ae0811
@ -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...
|
||||
|
Loading…
Reference in New Issue
Block a user