mirror of
https://github.com/labwc/labwc.git
synced 2025-11-01 22:58:47 -04:00
This removes the need to call update_client_list_combined_menu()
and update_client_send_to_menu() every time a root menu is opened.
This commit also fixed the incorrect menu position with following
configuration:
<menu id="foo" label="foo">
<item label="aaaaaa"/>
<item label="bbbbbb"/>
</menu>
<menu id="root-menu">
<menu id="foo" />
<menu id="foo" />
</menu>
|
||
|---|---|---|
| .. | ||
| menu.h | ||