Corrected undo/redo snapshot name when entering or leaving multi-material painting gizmo.

This commit is contained in:
Lukáš Hejl 2021-08-30 10:41:01 +02:00
parent 6d13d32416
commit 57f7b49223
5 changed files with 14 additions and 8 deletions

View file

@ -173,6 +173,9 @@ protected:
virtual wxString handle_snapshot_action_name(bool shift_down, Button button_down) const = 0;
virtual std::string get_gizmo_entering_text() const = 0;
virtual std::string get_gizmo_leaving_text() const = 0;
friend class ::Slic3r::GUI::GLGizmoMmuSegmentation;
};