Opened 5 years ago
Closed 5 years ago
#3195 closed defect (fixed)
Open PDB file in already running ChimeraX
Reported by: | Tom Goddard | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Input/Output | Version: | |
Keywords: | Cc: | jerome.mutterer@… | |
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
On Mac double clicking a PDB file starts ChimeraX and shows it, but double clicking a second PDB file does not open it the running ChimeraX. It does bring the ChimeraX window to the top but does not open the file. This is surprising because drag and drop of a second file onto the running ChimeraX correctly opens it.
Note:
See TracTickets
for help on using tickets.
Fixed.
ChimeraX was getting the Qt FileOpen event but ignored it because of some broken code. The FileOpen event is a generic Qt event, not specific to Mac, so the fix should also fix the same problem on Windows and Linux, although I have not tested those.