mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 20:03:47 +00:00
GCode Preview - void wxCheckListBoxComboPopup::OnListBoxSelection(wxCommandEvent& evt) fixed for OsX and Linux
This commit is contained in:
@@ -62,7 +62,7 @@ void wxCheckListBoxComboPopup::OnListBoxSelection(wxCommandEvent& evt)
|
|||||||
int selId = GetSelection();
|
int selId = GetSelection();
|
||||||
if (selId != wxNOT_FOUND)
|
if (selId != wxNOT_FOUND)
|
||||||
{
|
{
|
||||||
Toggle((unsigned int)selId);
|
Check((unsigned int)selId, !IsChecked((unsigned int)selId));
|
||||||
SetSelection(wxNOT_FOUND);
|
SetSelection(wxNOT_FOUND);
|
||||||
|
|
||||||
wxCommandEvent event(wxEVT_CHECKLISTBOX, GetId());
|
wxCommandEvent event(wxEVT_CHECKLISTBOX, GetId());
|
||||||
|
|||||||
Reference in New Issue
Block a user