FIX: missing conveinent mode in dark mode

jira:STUDIO-9565

Signed-off-by: xun.zhang <xun.zhang@bambulab.com>
Change-Id: I1ad34bafc0a86c40644e664abf160fe225a67ab9
(cherry picked from commit 6aee70b9674875a392cb9264657f8e1ee16c3811)
This commit is contained in:
xun.zhang
2025-01-11 20:51:33 +08:00
committed by Noisyfox
parent 24c80fed57
commit 1f3ddf2bc9

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)