|
@@ -2238,6 +2238,7 @@ bool CanvasItemEditor::_gui_input_select(const Ref<InputEvent> &p_event) {
|
|
// Clear the selection if not additive
|
|
// Clear the selection if not additive
|
|
editor_selection->clear();
|
|
editor_selection->clear();
|
|
viewport->update();
|
|
viewport->update();
|
|
|
|
+ selected_from_canvas = true;
|
|
};
|
|
};
|
|
|
|
|
|
drag_from = click;
|
|
drag_from = click;
|