From d71de955f4a0901288d060a2eaceca305d11a203 Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Fri, 26 Jan 2007 19:58:41 +0000 Subject: Further optimizations: do a delayed update of the geometry. This leads to a reduced flickering/resizing when e. g. the view is split or the window is resized. svn path=/trunk/playground/utils/dolphin/; revision=627494 --- src/statusbarmessagelabel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/statusbarmessagelabel.h') diff --git a/src/statusbarmessagelabel.h b/src/statusbarmessagelabel.h index 922465584..03683c107 100644 --- a/src/statusbarmessagelabel.h +++ b/src/statusbarmessagelabel.h @@ -92,6 +92,8 @@ private: Desaturate }; + enum { GeometryTimeout = 100 }; + DolphinStatusBar::Type m_type; State m_state; int m_illumination; -- cgit v1.3