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
No known key found for this signature in database
GPG key ID: 7960FCF39844EC38
5 changed files with 14 additions and 7 deletions

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;