Opened 8 years ago
Closed 6 years ago
#995 closed defect (fixed)
Mouse modes roll over shows no icons
Reported by: | Tom Goddard | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | moderate | Milestone: | |
Component: | Window Toolkit | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | ChimeraX |
Description
The mouse model toolbar roll-over of two down arrows at the bottom of the toolbar when the window is too short to show all icons does not display the missing icons on macOS 10.13. Instead it shows a blank gray popup. If it is dragged to be a horizontal toolbar below the molecule toolbar the rollover kind of works -- it displays the icons, but where they overlap the OpenGL graphics pane they are not shown.
These are Qt bugs.
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Mouse modes are now part of the tabbed toolbar which does not exhibit this problem.
Note:
See TracTickets
for help on using tickets.
The mouse mode roll-over does show all the icons in a second column if the file history is shown instead of the graphics pane. Apparently the roll-over cannot draw on top of the graphics pane. Another possibility is the graphics OpenGL overdraws the roll-over, but I disabled opengl drawing and the roll-over still is not shown.