mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-09 15:57:55 -06:00
FIX: UI flicker while switch page in dark mode [STUDIO-3257]
Change-Id: I64db14f571559b84edbdf80c1211a99d0dc8b0b1
This commit is contained in:
parent
8d3bd702e3
commit
a95de8ae25
2 changed files with 6 additions and 1 deletions
|
@ -253,6 +253,8 @@ CaliPageButton::CaliPageButton(wxWindow* parent, CaliPageActionType type, wxStri
|
|||
FilamentComboBox::FilamentComboBox(wxWindow* parent, const wxPoint& pos, const wxSize& size)
|
||||
: wxPanel(parent, wxID_ANY, pos, size, wxTAB_TRAVERSAL)
|
||||
{
|
||||
SetBackgroundColour(*wxWHITE);
|
||||
|
||||
wxBoxSizer* main_sizer = new wxBoxSizer(wxHORIZONTAL);
|
||||
|
||||
m_comboBox = new CalibrateFilamentComboBox(this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue