mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-14 09:02:06 +00:00
wxComboPopup no longer inherits from wxObject in wx 3.3, so wxDynamicCast (which casts through wxObject) fails. Use dynamic_cast directly instead.