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