Code review comment for lp:~marcustomlinson/libdbusmenu-qt/recursive-menu-refresh

Revision history for this message
Marcus Tomlinson (marcustomlinson) wrote :

We were experiencing a problem in HUD when updating the dbusmenu QMenu. We would have to continuously loop through the entire menu hierarchy repeatedly calling aboutToShow() on each menu and submenu until no more menus appeared. This fix now causes the contained menu hierarchy to be updated recursively allowing us to make only one pass through the QMenu structure getting all actions.

« Back to merge proposal