From d0bc4d4f4e8e4f28ffbc741a0ee35076a2d70b1c Mon Sep 17 00:00:00 2001 From: Jeffrey Pfau Date: Fri, 17 Jul 2015 00:07:28 -0700 Subject: [PATCH] Qt: Reduce time that it takes for the mouse to disappear --- src/platform/qt/Display.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/qt/Display.h b/src/platform/qt/Display.h index 551d8247c..cd3f1fd2a 100644 --- a/src/platform/qt/Display.h +++ b/src/platform/qt/Display.h @@ -58,7 +58,7 @@ protected: private: static Driver s_driver; - static const int MOUSE_DISAPPEAR_TIMER = 2000; + static const int MOUSE_DISAPPEAR_TIMER = 1000; MessagePainter m_messagePainter; bool m_lockAspectRatio;