GRAPHICS: MACGUI: Refesh WM on set window visible
This commit is contained in:
parent
177283249e
commit
1f48c98b7b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ BaseMacWindow::BaseMacWindow(int id, bool editable, MacWindowManager *wm) :
|
|||
_visible = true;
|
||||
}
|
||||
|
||||
void BaseMacWindow::setVisible(bool visible, bool silent) { _visible = visible; }
|
||||
void BaseMacWindow::setVisible(bool visible, bool silent) { _visible = visible; _wm->setFullRefresh(true); }
|
||||
|
||||
bool BaseMacWindow::isVisible() { return _visible; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue