Opened 8 years ago
Closed 8 years ago
#854 closed defect (fixed)
status line text scaling incorrect on Linux and WIndows
Reported by: | Greg Couch | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | blocker | Milestone: | |
Component: | Infrastructure | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
On Linux and Windows, status line text is incorrectly scaled after changing the width of the application. You can reproduce this with "usage xyzzy", which gives a status message: "xyzzy" is not a command
. Then make the window thinner, and do it again.
Note:
See TracTickets
for help on using tickets.
Fixed.
Resize event handling was updating the status bar opengl viewport but forgot to call "make current" on the status bar context.