mirror of
https://git.mirrors.martin98.com/https://github.com/bambulab/BambuStudio.git
synced 2025-09-28 21:03:12 +08:00
FIX: display fault in dark mode about AMS
jira: [STUDIO-8964] Change-Id: If2785b3bf6b8067f87eef610af548abbe841603a
This commit is contained in:
parent
db5e28ddaa
commit
b22618db87
@ -764,6 +764,7 @@ void MachineInfoPanel::update_ams_ext(MachineObject *obj)
|
||||
if (add_count > 0) {
|
||||
for (int i = 0; i < add_count; i++) {
|
||||
auto amspanel = new AmsPanel(this, wxID_ANY);
|
||||
wxGetApp().UpdateDarkUIWin(amspanel);
|
||||
m_ams_info_sizer->Add(amspanel, 1, wxEXPAND, 5);
|
||||
m_amspanel_list.Add(amspanel);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user