Qt: Reduce time that it takes for the mouse to disappear
Jeffrey Pfau jeffrey@endrift.com
Fri, 17 Jul 2015 00:07:28 -0700
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
src/platform/qt/Display.h
→
src/platform/qt/Display.h
@@ -58,7 +58,7 @@
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;