mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-04 09:34:46 -07:00
FIX: disable editing while sending print job
jira: [STUDIO-10362] Change-Id: Ie017db650699c64b751430a2bac2f9680626a750 (cherry picked from commit 79d626271cd1c7448e2cba5351b28d75652a710d)
This commit is contained in:
parent
cb909b9b56
commit
691d357606
2 changed files with 32 additions and 0 deletions
|
|
@ -507,6 +507,9 @@ public:
|
|||
wxString format_bed_name(std::string plate_name);
|
||||
wxString format_steel_name(NozzleType type);
|
||||
PrintDialogStatus get_status() { return m_print_status; }
|
||||
|
||||
private:
|
||||
void EnableEditing(bool enable);
|
||||
};
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue