Qt: Reduce time that it takes for the mouse to disappear

This commit is contained in:
Jeffrey Pfau 2015-07-17 00:07:28 -07:00
parent 8ff8876e37
commit d0bc4d4f4e
1 changed files with 1 additions and 1 deletions

View File

@ -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;