mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Re-enabled $combochecklist_features->UseAltPopupWindow(), without this
line the combo box popup was not reacting to mouse events on Windows 10.
This commit is contained in:
parent
030fc9c320
commit
6cf8264362
2 changed files with 4 additions and 1 deletions
|
@ -227,7 +227,7 @@ int combochecklist_get_flags(wxComboCtrl* comboCtrl)
|
|||
for (unsigned int i = 0; i < popup->GetCount(); ++i)
|
||||
{
|
||||
if (popup->IsChecked(i))
|
||||
flags += (int)std::pow(2.0f, (float)i);
|
||||
flags |= 1 << i;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue