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.

Change History (1)

comment:1 by Tom Goddard, 9 years ago

Resolution: fixed
Status: assignedclosed

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.

Note: See TracTickets for help on using tickets.