mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 18:27:58 -06:00
Fix a bed type regression (#6893)
This commit is contained in:
parent
cc950f2016
commit
473c7fb3ef
3 changed files with 20 additions and 14 deletions
|
@ -781,6 +781,8 @@ public:
|
|||
};
|
||||
std::atomic<bool> m_arrange_running{false};
|
||||
|
||||
bool is_loading_project() const { return m_loading_project; }
|
||||
|
||||
private:
|
||||
struct priv;
|
||||
std::unique_ptr<priv> p;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue