summaryrefslogtreecommitdiff
path: root/sw/source/ui/inc/HeaderFooterWin.hxx
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@suse.cz>2012-01-07 04:16:44 +0100
committerPetr Mladek <pmladek@suse.cz>2012-01-10 11:26:37 +0100
commita5f59c3802199f01dfbce70b01183d4d0166c2f2 (patch)
tree10cae00efab49a47129455a60bbd304b1fea0a76 /sw/source/ui/inc/HeaderFooterWin.hxx
parentd5143dba0fa2f6e47088a574cef1b6d626100841 (diff)
Header/Footer, Page Breaks: Delay appearing by 500ms.
The delay was a good idea, just the 1s was too long.
Diffstat (limited to 'sw/source/ui/inc/HeaderFooterWin.hxx')
-rw-r--r--sw/source/ui/inc/HeaderFooterWin.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/source/ui/inc/HeaderFooterWin.hxx b/sw/source/ui/inc/HeaderFooterWin.hxx
index c895b534846a..6075bb3e1ad0 100644
--- a/sw/source/ui/inc/HeaderFooterWin.hxx
+++ b/sw/source/ui/inc/HeaderFooterWin.hxx
@@ -46,6 +46,7 @@ class SwHeaderFooterWin : public MenuButton, public SwFrameControl
Window* m_pLine;
bool m_bIsAppearing;
int m_nFadeRate;
+ int m_nDelayAppearing; //< Before we show the control, let it transparent for a few timer ticks to avoid appearing with every mouse over.
Timer m_aFadeTimer;
public: