mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-01-04 13:57:43 -07:00
FIX: show the printer text in sd card mode
jira: [STUDIO-12247] Change-Id: I9457c68365a9defaba75d7cda24229740c68a3f8 (cherry picked from commit 271154aa146f2d84eae8076a8d331909c2b10939)
This commit is contained in:
parent
d3c40a0261
commit
09bdbbbed2
1 changed files with 0 additions and 2 deletions
|
|
@ -5177,13 +5177,11 @@ void PrinterInfoBox::SetDefault(bool from_sd)
|
|||
{
|
||||
if (!from_sd)
|
||||
{
|
||||
m_stext_printer_title->Show(true);
|
||||
m_comboBox_printer->Show(true);
|
||||
m_button_refresh->Show(true);
|
||||
}
|
||||
else
|
||||
{
|
||||
m_stext_printer_title->Show(false);
|
||||
m_comboBox_printer->Show(true);
|
||||
m_button_refresh->Show(false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue