Revert "Reordering emitted signals in PopupMenu" and fix editor selection issue in the safer way.

This commit is contained in:
bruvzg
2023-02-24 21:17:05 +02:00
parent 6296b46008
commit cebfc02d6f
5 changed files with 14 additions and 7 deletions
+1
View File
@@ -290,6 +290,7 @@ private:
ObjectID clicked;
ObjectID material_target;
Vector<_RayResult> selection_results;
Vector<_RayResult> selection_results_menu;
bool clicked_wants_append = false;
bool selection_in_progress = false;