fixes for various controls to remove or show focus indication when the window active status changes

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15362 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2005-12-06 13:46:50 +00:00
parent a2b387ad6e
commit dde10e4519
3 changed files with 14 additions and 5 deletions
+3 -2
View File
@@ -1042,8 +1042,9 @@ BListView::WindowActivated(bool state)
{
BView::WindowActivated(state);
if (IsFocus())
Draw(Bounds());
if (IsFocus()) {
Invalidate();
}
}
// MouseUp