Home
last modified time | relevance | path

Searched defs:temp_snapshot_active (Results 1 – 1 of 1) sorted by relevance

/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/Utils/
H A DUndoRedo.cpp561 …bool temp_snapshot_active() const { return m_snapshots.back().timestamp == m_active_snapsho… in temp_snapshot_active() function in Slic3r::UndoRedo::StackImpl
1101 bool Stack::temp_snapshot_active() const { return pimpl->temp_snapshot_active(); } in temp_snapshot_active() function in Slic3r::UndoRedo::Stack