You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix selection stuck after saving scene
This commit is contained in:
@@ -4120,7 +4120,8 @@ void CanvasItemEditor::_notification(int p_what) {
|
||||
}
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_APPLICATION_FOCUS_OUT: {
|
||||
case NOTIFICATION_APPLICATION_FOCUS_OUT:
|
||||
case NOTIFICATION_WM_WINDOW_FOCUS_OUT: {
|
||||
if (drag_type != DRAG_NONE) {
|
||||
_reset_drag();
|
||||
viewport->queue_redraw();
|
||||
|
||||
Reference in New Issue
Block a user