Currently, the default implementation of MenuAction.Build freezes the build context in the scope of the slot connected to the created QAction's triggered signal. This currently only manifests as a problem when using the MenuBarBuilder, since menus are not rebuilt on every invocation.
We need to make sure fresh contexts are available in every Build and Update call.
Currently, the default implementation of
MenuAction.Build
freezes the build context in the scope of the slot connected to the createdQAction
'striggered
signal. This currently only manifests as a problem when using theMenuBarBuilder
, since menus are not rebuilt on every invocation.We need to make sure fresh contexts are available in every
Build
andUpdate
call.