hidden state was wrongly reported

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8040 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca
2004-06-18 11:53:44 +00:00
parent 560a22494e
commit 1889be2a4d
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -2247,7 +2247,6 @@ void BWindow::BuildTopView(){
top_view = new BView( fFrame, "top_view",
B_FOLLOW_ALL, B_WILL_DRAW);
top_view->top_level_view = true;
top_view->fShowLevel = 1;
// set top_view's owner, add it to window's eligible handler list
// and also set its next handler to this window.