FIX: Fix clicking combox without response in mac

jira: STUDIO-11473
Change-Id: Ie23bbec7d4d0aea537ab35922e444597e3c02def
This commit is contained in:
zhou.xu 2025-04-10 15:14:22 +08:00 committed by lane.wei
parent 1ace58b950
commit fee5a74d60
1 changed files with 1 additions and 0 deletions

View File

@ -378,6 +378,7 @@ ObjColorPanel::ObjColorPanel(wxWindow *parent, Slic3r::ObjDialogInOut &in_out, c
//{//choose camera view angle type
// //m_sizer_simple->Add(combox_sizer, FromDIP(0), wxALIGN_CENTER | wxALL, FromDIP(2));
//}
cur_combox->Raise();
}
wxBoxSizer * current_filaments_title_sizer = new wxBoxSizer(wxHORIZONTAL);
wxStaticText *current_filaments_title = new wxStaticText(m_page_simple, wxID_ANY, _L("Current filament colors"));