Opened 9 years ago
Closed 9 years ago
#548 closed defect (fixed)
ChimeraX does not quit on Mac
Reported by: | Tom Goddard | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Window Toolkit | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
After using menu ChimeraX / Quit or Cmd-Q on Mac ChimeraX windows disappear but the program does not quit and the menus remain on the menubar. This prevents starting ChimeraX again from the icon.
I never observed this problem with Qt 5.7.0 but it happens more than half the time with Qt 5.7.1.
Note:
See TracTickets
for help on using tickets.
Fixed. Seems to be a Qt 5.7.1 bug. Worked around it by adding an explicit QApplication.quit(). Before was only calling closeAllWindows(). Might be that the QWebEngine processes were preventing process from exiting.