From 3c2fddee4e65f35c7cde6860e3499f777fac2ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20A=C3=9Fmus?= Date: Mon, 16 May 2005 12:00:15 +0000 Subject: [PATCH] cosmetic git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12684 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/interface/Control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/kits/interface/Control.cpp b/src/kits/interface/Control.cpp index 81b2dcebfa..9528373582 100644 --- a/src/kits/interface/Control.cpp +++ b/src/kits/interface/Control.cpp @@ -141,7 +141,7 @@ BControl::WindowActivated(bool active) BView::WindowActivated(active); if (IsFocus()) - Invalidate(Bounds()); + Invalidate(); }