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

@ -20,8 +20,6 @@ protected:
wxString handle_snapshot_action_name(bool shift_down, Button button_down) const override;
std::string get_gizmo_entering_text() const override { return _u8L("Entering Seam painting"); }
std::string get_gizmo_leaving_text() const override { return _u8L("Leaving Seam painting"); }
std::string get_action_snapshot_name() override { return _u8L("Paint-on seam editing"); }
private: