mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-08-08 02:27:44 +00:00
wxTRANSPARENT_WINDOW is removed in wxWidgets 3.3. Remove all 3 occurrences in MainFrame.cpp: - ResizeEdgePanel constructor: already uses wxBG_STYLE_TRANSPARENT via SetBackgroundStyle(), so the flag was redundant - slice_panel and print_panel: drop the style parameter entirely (defaults to 0)