improve enter os password

This commit is contained in:
open-trade
2020-12-21 21:52:20 +08:00
parent 8455c69733
commit a238b6a10a
4 changed files with 40 additions and 30 deletions

View File

@@ -445,8 +445,8 @@ class CursorModel with ChangeNotifier {
void updateDisplayOrigin(double x, double y) {
_displayOriginX = x;
_displayOriginY = y;
_x = x;
_y = y;
_x = x + 1;
_y = y + 1;
FFI.moveMouse(x, y);
FFI.canvasModel.resetOffset();
notifyListeners();