#4340 closed defect (fixed)
GUI: Glitch when closing menu after hovering on option
| Reported by: | salty-horse | Owned by: | sev- |
|---|---|---|---|
| Priority: | normal | Component: | GUI |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
Using latest svn.
1) Launch ScummVM 2) Click "Options" 3) Move the mouse over an option until the text gets a green highlight. 4) Press ESC to close the menu.
Result: The highlighted text, including various elements of the option widget, will "bleed" onto the surface beneath the menu.
Ticket imported from: #2791868. Ticket imported from: bugs/4340.
Change History (5)
comment:1 by , 17 years ago
| Owner: | set to |
|---|
comment:2 by , 17 years ago
comment:4 by , 17 years ago
| Owner: | changed from to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:5 by , 8 years ago
| Component: | → GUI |
|---|
Note:
See TracTickets
for help on using tickets.

Right now, Dialog::close() seems to close the dialog first, and then it does the _mouseWidget and releaseFocus() bit. I think the problem goes away if you do them first and close the dialog afterwards, but I'm not confident enough about it to commit that right away.