Closed abakkk closed 4 years ago
The last commit is completely optional. It can be removed.
retrieve the default cursor when the menu is open:
menu background:
menu key:
do not end picking twice:
destroy:
super.destroy
area._icon
clean:
removeChrome
Thanks! Patch merged.
The last commit is completely optional. It can be removed.
retrieve the default cursor when the menu is open:
menu background:
menu key:
do not end picking twice:
destroy:
super.destroy
) to really destroy the area.area._icon
, which is its source actor.clean:
removeChrome
is useless because the layout manager takes care of untracking destroyed actors.