FIX: missing conveinent mode in dark mode

jira:STUDIO-9565

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I1ad34bafc0a86c40644e664abf160fe225a67ab9
This commit is contained in:
xun.zhang 2025-01-11 20:51:33 +08:00 committed by lane.wei
parent 459671dcb6
commit 6aee70b967

View File

@ -217,6 +217,7 @@ void FilamentGroupPopup::Init()
}
UpdateButtonStatus();
GUI::wxGetApp().UpdateDarkUIWin(this);
}
void FilamentGroupPopup::tryPopup(Plater* plater,PartPlate* partplate,bool skip_plate_sync)