mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-03-13 06:46:11 -06:00
FIX: Fix clicking combox without response in mac
jira: STUDIO-11473 Change-Id: Ie23bbec7d4d0aea537ab35922e444597e3c02def (cherry picked from commit fee5a74d60e9840bbfd4cc5568ffdcc15d47350e)
This commit is contained in:
parent
59e211a4e1
commit
a4991c626a
1 changed files with 1 additions and 0 deletions
|
|
@ -375,6 +375,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…
Add table
Add a link
Reference in a new issue