mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 06:33:57 -06:00
Corrected undo/redo snapshot name when entering or leaving multi-material painting gizmo.
This commit is contained in:
parent
6d13d32416
commit
57f7b49223
5 changed files with 14 additions and 8 deletions
|
@ -19,6 +19,9 @@ 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 Paint-on supports"); }
|
||||
std::string get_gizmo_leaving_text() const override { return _u8L("Leaving Paint-on supports"); }
|
||||
|
||||
private:
|
||||
bool on_init() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue