mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-11 19:17:33 +00:00
fix: regression after merge
This commit is contained in:
@@ -193,7 +193,7 @@ void MonitorPanel::init_tabpanel()
|
|||||||
//m_tabpanel->AddPage(m_media_file_panel, _L("Internal Storage"), false);
|
//m_tabpanel->AddPage(m_media_file_panel, _L("Internal Storage"), false);
|
||||||
|
|
||||||
m_upgrade_panel = new UpgradePanel(m_tabpanel);
|
m_upgrade_panel = new UpgradePanel(m_tabpanel);
|
||||||
m_tabpanel->AddPage(m_upgrade_panel, _L_CONTEXT(L_CONTEXT("Update", "Firmware"), "Firmware"), "", false);
|
m_tabpanel->AddPage(m_upgrade_panel, _L_CONTEXT(L_CONTEXT("Update", "Firmware"), "Firmware"), false);
|
||||||
|
|
||||||
m_hms_panel = new HMSPanel(m_tabpanel);
|
m_hms_panel = new HMSPanel(m_tabpanel);
|
||||||
m_tabpanel->AddPage(m_hms_panel, _L("Assistant(HMS)"), false);
|
m_tabpanel->AddPage(m_hms_panel, _L("Assistant(HMS)"), false);
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ class Button : public StaticBox
|
|||||||
StateColor text_color;
|
StateColor text_color;
|
||||||
|
|
||||||
bool pressedDown = false;
|
bool pressedDown = false;
|
||||||
|
bool m_selected = true;
|
||||||
bool canFocus = true;
|
bool canFocus = true;
|
||||||
bool isCenter = true;
|
bool isCenter = true;
|
||||||
bool vertical = false;
|
bool vertical = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user