fix split button separator color in light mode on macOS

This commit is contained in:
SoftFever
2026-03-27 17:23:44 +08:00
parent 88eb2ab8df
commit c8a53a219a

View File

@@ -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);