mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
Added new files to MackList
This commit is contained in:
@@ -144,7 +144,7 @@ void Tab::create_preset_tab(PresetBundle *preset_bundle)
|
||||
m_question_btn->SetBitmap(m_bmp_question);
|
||||
m_question_btn->Bind(wxEVT_BUTTON, ([this](wxCommandEvent)
|
||||
{
|
||||
auto dlg = new ButtonsDescription(parent(), &m_icon_descriptions);
|
||||
auto dlg = new ButtonsDescription(this, &m_icon_descriptions);
|
||||
dlg->ShowModal();
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user