mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-17 02:42:47 -07:00
Fix of SPE-879 and #2021
This commit is contained in:
@@ -584,6 +584,11 @@ void Choice::BUILD() {
|
||||
|
||||
void Choice::set_selection()
|
||||
{
|
||||
/* To prevent earlier control updating under OSX set m_disable_change_event to true
|
||||
* (under OSX wxBitmapComboBox send wxEVT_COMBOBOX even after SetSelection())
|
||||
*/
|
||||
m_disable_change_event = true;
|
||||
|
||||
wxString text_value = wxString("");
|
||||
|
||||
wxBitmapComboBox* field = dynamic_cast<wxBitmapComboBox*>(window);
|
||||
|
||||
Reference in New Issue
Block a user