FIX: disable editing while sending print job

jira: [STUDIO-10362]
Change-Id: Ie017db650699c64b751430a2bac2f9680626a750
(cherry picked from commit 79d626271cd1c7448e2cba5351b28d75652a710d)
This commit is contained in:
xin.zhang 2025-02-17 12:05:50 +08:00 committed by Noisyfox
parent cb909b9b56
commit 691d357606
2 changed files with 32 additions and 0 deletions

View file

@ -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);
};