mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-25 15:44:12 -06:00
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:
parent
5f84c504fc
commit
a01ab28e4c
7 changed files with 7 additions and 13 deletions
|
@ -6860,6 +6860,8 @@ bool Plater::is_render_statistic_dialog_visible() const
|
|||
|
||||
Plater::TakeSnapshot::TakeSnapshot(Plater *plater, const std::string &snapshot_name)
|
||||
: TakeSnapshot(plater, from_u8(snapshot_name)) {}
|
||||
Plater::TakeSnapshot::TakeSnapshot(Plater* plater, const std::string& snapshot_name, UndoRedo::SnapshotType snapshot_type)
|
||||
: TakeSnapshot(plater, from_u8(snapshot_name), snapshot_type) {}
|
||||
|
||||
|
||||
// Wrapper around wxWindow::PopupMenu to suppress error messages popping out while tracking the popup menu.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue