This fixes a problem with window's contents not being redrawn after a Show(), Hide and Show() again
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@11876 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f422d333a9
commit
494d1b2a5a
@ -1997,7 +1997,6 @@ void BWindow::Hide()
|
||||
if (fShowLevel == 0)
|
||||
{
|
||||
Lock();
|
||||
top_view->Hide();
|
||||
fLink->StartMessage( AS_HIDE_WINDOW );
|
||||
fLink->Flush();
|
||||
Unlock();
|
||||
|
Loading…
Reference in New Issue
Block a user