(svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class
This commit is contained in:
@@ -166,9 +166,8 @@ bool DoZoomInOutWindow(int how, Window *w)
|
||||
vp->virtual_left = w->viewport->scrollpos_x;
|
||||
vp->virtual_top = w->viewport->scrollpos_y;
|
||||
}
|
||||
w->SetDirty();
|
||||
/* Update the windows that have zoom-buttons to perhaps disable their buttons */
|
||||
InvalidateThisWindowData(w);
|
||||
w->InvalidateData();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user