Fixed encoding of gizmo entering/leaving undo redo snapshots,

which was broken by adding an extra TakeSnapshot overload in 41dc265
This commit is contained in:
Lukas Matena 2021-10-29 21:47:47 +02:00
parent 5f84c504fc
commit a01ab28e4c
7 changed files with 7 additions and 13 deletions

View file

@ -230,9 +230,6 @@ 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;
};