fix 2d editor selection
This commit is contained in:
parent
2042420bd7
commit
9e196b7d8c
1 changed files with 7 additions and 0 deletions
|
@ -4073,6 +4073,13 @@ void CanvasItemEditor::_notification(int p_what) {
|
|||
override_camera_button->set_pressed(false);
|
||||
}
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_APPLICATION_FOCUS_OUT: {
|
||||
if (drag_type != DRAG_NONE) {
|
||||
_reset_drag();
|
||||
viewport->queue_redraw();
|
||||
}
|
||||
} break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue