W10 double window fix #40

Open
opened 2026-04-05 16:18:14 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @ianalexis on 4/1/2026

Changed the preprocessor macro used to detect Windows builds from __WIN32__ to _WIN32.
Added a Windows-specific fix to remove the window caption style in MainFrame.cpp, addressing UI issues on Windows10.

Before/After
260401_111118_orca-slicer
260401_134620_devenv

*Originally created by @ianalexis on 4/1/2026* Changed the preprocessor macro used to detect Windows builds from `__WIN32__` to `_WIN32`. Added a Windows-specific fix to remove the window caption style in `MainFrame.cpp`, addressing UI issues on Windows10. Before/After <img width="1921" height="834" alt="260401_111118_orca-slicer" src="https://github.com/user-attachments/assets/f6d607af-0cb6-488b-977d-b53db0622dcd" /> <img width="1921" height="811" alt="260401_134620_devenv" src="https://github.com/user-attachments/assets/ccf2ecee-14c8-404d-a387-92781aea7bb7" />
MrUnknownDE added the bug-fixbug-fixbug-fixbug-fix labels 2026-04-05 16:18:14 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/OrcaSlicer#40