mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 15:37:30 -06:00
FIX:hide the printer status on the upgrade page
Change-Id: Ia462b047081243c5b5c32ce035dc37afa251a84c
This commit is contained in:
parent
6ba97a6b94
commit
464957864c
1 changed files with 1 additions and 0 deletions
|
@ -228,6 +228,7 @@ wxPanel *MachineInfoPanel::create_caption_panel(wxWindow *parent)
|
|||
|
||||
m_upgrade_status_img = new wxStaticBitmap(caption_panel, wxID_ANY, wxNullBitmap, wxDefaultPosition, wxSize(FromDIP(5), FromDIP(5)));
|
||||
m_upgrade_status_img->SetBitmap(upgrade_gray_icon);
|
||||
m_upgrade_status_img->Hide();
|
||||
m_caption_sizer->Add(m_upgrade_status_img, 0, wxALIGN_CENTER_VERTICAL | wxALL, FromDIP(5));
|
||||
|
||||
m_caption_text = new wxStaticText(caption_panel, wxID_ANY, wxEmptyString, wxDefaultPosition, wxDefaultSize);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue