mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-03 17:05:43 +02: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