BTabView::Select() needs to update the focus tab.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35517 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2010-02-19 04:13:15 +00:00
parent c3d7933274
commit 19b31ecf6f

View File

@ -739,9 +739,7 @@ BTabView::Select(int32 index)
Invalidate();
}
/*MakeFocus();
SetFocusTab(index, true);
FocusTab();*/
}