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:
@@ -1997,7 +1997,6 @@ void BWindow::Hide()
|
|||||||
if (fShowLevel == 0)
|
if (fShowLevel == 0)
|
||||||
{
|
{
|
||||||
Lock();
|
Lock();
|
||||||
top_view->Hide();
|
|
||||||
fLink->StartMessage( AS_HIDE_WINDOW );
|
fLink->StartMessage( AS_HIDE_WINDOW );
|
||||||
fLink->Flush();
|
fLink->Flush();
|
||||||
Unlock();
|
Unlock();
|
||||||
|
|||||||
Reference in New Issue
Block a user