Ticket #2832 (infoneeded_new defect)

Opened 3 years ago

Last modified 4 weeks ago

wxGLCanvas and wxDisplay - changing resolution

Reported by: hardmard Owned by:
Priority: normal Milestone:
Component: OpenGL Version:
Keywords: Cc: hardmard
Blocked By: Patch: no
Blocking:

Description

When I change the system resolution at the program
startup using wxDisplay, wxGLCanvas' view created
later is zoomed as if it wasn't informed that the
resolution changed. When I use
ChangeDisplaySettingsEx() on Windows instead,
wxGLCanvas starts with proper resolution. However, if I
do that, as soon as I exit my application, it hangs in the
60th line of file oleutils.h :

::OleUninitialize();

Change History

Changed 8 months ago by wojdyr

  • component set to OpenGL

Changed 4 weeks ago by frm

  • status changed from new to infoneeded_new

Could you provide a patch to an opengl sample or a minimal program which allows us to reproduce this bug? Thanks!

Note: See TracTickets for help on using tickets.