mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 13:16:00 +08:00
Linux specific: Fixed background color of the Settings Tabs
This commit is contained in:
parent
9f76f9051e
commit
9619999c70
@ -89,6 +89,8 @@ Tab::Tab(wxBookCtrlBase* parent, const wxString& title, Preset::Type type) :
|
||||
wxGetApp().UpdateDarkUI(this);
|
||||
#elif __WXOSX__
|
||||
SetBackgroundColour(parent->GetBackgroundColour());
|
||||
#elif __WXGTK3__
|
||||
SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW));
|
||||
#endif
|
||||
|
||||
m_compatible_printers.type = Preset::TYPE_PRINTER;
|
||||
|
Loading…
x
Reference in New Issue
Block a user