ENH:optimize the switching effect of dark mode

Change-Id: I51175dc5bdeff83442d46d4fa34511916f90b878
This commit is contained in:
tao wang
2023-02-16 12:10:49 +08:00
committed by Lane.Wei
parent b9aad7f9e7
commit 4da7b79796

View File

@@ -958,6 +958,7 @@ void MainFrame::init_tabpanel()
}
m_plater = new Plater(this, this);
m_plater->SetBackgroundColour(*wxWHITE);
m_plater->Hide();
wxGetApp().plater_ = m_plater;