Redraw on construction method changed. Avoid a small issue where you had to move mouse first before being able to rechange the methode by the M key.

This commit is contained in:
Paddle
2023-11-03 18:18:35 +01:00
committed by abdullahtahiriyo
parent 8788bcc0f4
commit 336691cd5a

View File

@@ -248,6 +248,8 @@ public:
handler->updateCursor();
handler->reset(); // reset of handler to restart.
handler->mouseMove(prevCursorPosition);
}
//@}