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 1525b3d024
commit 1a8aaa7d2e

View File

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