mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
FIX:fixed 'dont show again' with wrong color in dark mode
Change-Id: Icedd3df2f428c9d526633b908d7017c02b4cca3a
This commit is contained in:
@@ -738,7 +738,9 @@ void MachineInfoPanel::show_ext(bool show, bool force_update)
|
||||
|
||||
void MachineInfoPanel::on_sys_color_changed()
|
||||
{
|
||||
Update_printer_img(m_obj);
|
||||
if (m_obj) {
|
||||
Update_printer_img(m_obj);
|
||||
}
|
||||
}
|
||||
|
||||
void MachineInfoPanel::upgrade_firmware_internal() {
|
||||
|
||||
Reference in New Issue
Block a user