diff --git a/src/slic3r/GUI/FilamentGroupPopup.cpp b/src/slic3r/GUI/FilamentGroupPopup.cpp index 750aad0f4..83c7a815b 100644 --- a/src/slic3r/GUI/FilamentGroupPopup.cpp +++ b/src/slic3r/GUI/FilamentGroupPopup.cpp @@ -217,6 +217,7 @@ void FilamentGroupPopup::Init() } UpdateButtonStatus(); + GUI::wxGetApp().UpdateDarkUIWin(this); } void FilamentGroupPopup::tryPopup(Plater* plater,PartPlate* partplate,bool skip_plate_sync)