mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-23 14:44:19 -06:00
Added new files to MackList
This commit is contained in:
parent
669b0b68ab
commit
48bbd2d22a
2 changed files with 3 additions and 1 deletions
|
@ -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();
|
||||
}));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue