FIX: Fix clicking combox without response in mac
jira: STUDIO-11473 Change-Id: Ie23bbec7d4d0aea537ab35922e444597e3c02def
This commit is contained in:
parent
1ace58b950
commit
fee5a74d60
|
@ -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"));
|
||||
|
|
Loading…
Reference in New Issue