mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 09:47:58 -06:00
Deactivate undo/redo toolbar items when leaving the 3D scene or clicking into it
This commit is contained in:
parent
1b5ab100bd
commit
dbf0eacfa7
4 changed files with 53 additions and 10 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue