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:
Adi Oanca 2005-03-17 17:22:23 +00:00
parent f422d333a9
commit 494d1b2a5a

View File

@ -1997,7 +1997,6 @@ void BWindow::Hide()
if (fShowLevel == 0)
{
Lock();
top_view->Hide();
fLink->StartMessage( AS_HIDE_WINDOW );
fLink->Flush();
Unlock();