mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-07-24 11:22:07 +00:00
FIX: disable filament editing if printing
jira: [STUDIO-12153] Change-Id: I2397360439d5baaf673c9fc306f3b08eb068cfec (cherry picked from commit 8308fe3964f72cd911ac472923e8b27b0b3f9c61)
This commit is contained in:
@@ -103,7 +103,6 @@ public:
|
||||
void input_min_finish();
|
||||
void input_max_finish();
|
||||
void update();
|
||||
void enable_confirm_button(bool en);
|
||||
bool Show(bool show) override;
|
||||
void Popup(wxString filament = wxEmptyString, wxString sn = wxEmptyString,
|
||||
wxString temp_min = wxEmptyString, wxString temp_max = wxEmptyString,
|
||||
@@ -147,6 +146,8 @@ protected:
|
||||
bool is_virtual_tray();
|
||||
void update_widgets();
|
||||
|
||||
void update_filament_editing(bool is_printing);
|
||||
|
||||
protected:
|
||||
StateColor m_btn_bg_green;
|
||||
StateColor m_btn_bg_gray;
|
||||
|
||||
Reference in New Issue
Block a user