Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2023-01-30 22:12:36 +08:00
parent 99bf4e939c
commit 0765f7057f
3 changed files with 17 additions and 3 deletions

View File

@@ -244,6 +244,7 @@ class FfiModel with ChangeNotifier {
parent.target?.canvasModel.updateViewStyle();
}
parent.target?.recordingModel.onSwitchDisplay();
parent.target?.inputModel.refreshMousePos();
notifyListeners();
}