Do not forget to close system menu. Close first, open second!
commit4034954cea3faa7e7a1a926e6bd2cfc10d48f1f3
authorJiri Svoboda <jiri@wiwaxia>
Wed, 27 Sep 2023 20:01:51 +0000 (27 22:01 +0200)
committerJiri Svoboda <jiri@wiwaxia>
Wed, 27 Sep 2023 20:01:51 +0000 (27 22:01 +0200)
tree6b474537cfe2a6011f87034ef9decdaedbca7bfc
parent5afc1aab1cfdfe1ff186c56e8dd269294e23fdb6
Do not forget to close system menu. Close first, open second!

When moving out of system menu to menu bar we would forget to
close it. This was only causing noticeable problems in text mode.
Also we first close the current menu, then open the other one,
as juggling multiple popup windows in text mode could cause problems.
uspace/lib/ui/private/menubar.h
uspace/lib/ui/src/menubar.c
uspace/lib/ui/src/window.c
uspace/lib/ui/test/menubar.c