mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 00:52:04 +00:00
fix split button separator color in light mode on macOS
This commit is contained in:
@@ -1804,6 +1804,8 @@ wxBoxSizer* MainFrame::create_side_tools()
|
||||
|
||||
auto slice_panel = new wxPanel(this,wxID_ANY,wxDefaultPosition,wxDefaultSize);
|
||||
auto print_panel = new wxPanel(this,wxID_ANY,wxDefaultPosition,wxDefaultSize);
|
||||
slice_panel->SetBackgroundColour(wxColour("#3B4446"));
|
||||
print_panel->SetBackgroundColour(wxColour("#3B4446"));
|
||||
|
||||
m_slice_btn = new SideButton(slice_panel, _L("Slice plate"), "");
|
||||
m_slice_option_btn = new SideButton(slice_panel, "", "sidebutton_dropdown", 0, 14);
|
||||
|
||||
Reference in New Issue
Block a user