git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12684 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2005-05-16 12:00:15 +00:00
parent d557af5b96
commit 3c2fddee4e
+1 -1
View File
@@ -141,7 +141,7 @@ BControl::WindowActivated(bool active)
BView::WindowActivated(active);
if (IsFocus())
Invalidate(Bounds());
Invalidate();
}