mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #236] Problem with OpenGL in Windows #84
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @izabala123 on GitHub (Mar 13, 2025).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/236
Hello all
After the last week, OpenGL has stopped showing the 3D canvas in Windows.
You can reproduce it running reference/OpenGL
The problem disappears by recovering the deleted code in CtrlCore/Win32Wnd.cpp, method Ctrl::InitWin32(), line 261, code beginning with:
Best regards
Iñaki
@izabala123 commented on GitHub (Mar 16, 2025):
Thank you, the problem is fixed.