aboutsummaryrefslogtreecommitdiff
path: root/src/TooltipWindow.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/TooltipWindow.hh')
-rw-r--r--src/TooltipWindow.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TooltipWindow.hh b/src/TooltipWindow.hh
index 4d028b5..67bec90 100644
--- a/src/TooltipWindow.hh
+++ b/src/TooltipWindow.hh
@@ -47,7 +47,7 @@ public:
47 /// Sets the delay before the window pops up 47 /// Sets the delay before the window pops up
48 void setDelay(int delay) { 48 void setDelay(int delay) {
49 m_delay = delay; 49 m_delay = delay;
50 m_timer.setTimeout(delay); 50 m_timer.setTimeout(delay * FbTk::FbTime::IN_MILLISECONDS);
51 } 51 }
52 52
53 void hide(); 53 void hide();