Deactivate undo/redo toolbar items when leaving the 3D scene or clicking into it

This commit is contained in:
Enrico Turri 2019-07-11 07:46:40 +02:00
parent 1b5ab100bd
commit dbf0eacfa7
4 changed files with 53 additions and 10 deletions

View file

@ -742,6 +742,8 @@ private:
// updates the selection from the content of m_hover_volume_idxs
void _update_selection_from_hover();
bool _deactivate_undo_redo_toolbar_items();
static std::vector<float> _parse_colors(const std::vector<std::string>& colors);
public: