Fix updating the state of menus.

The menus were only updated during context changes
(not if action states where updated directly),
and didn't take into account that the active action for a context
might still be disabled.
Also, enabled separators should not automatically lead to enabled menus.
This commit is contained in:
con
2010-04-22 17:36:09 +02:00
parent 2958b0bae2
commit 3d1a97e6df
7 changed files with 55 additions and 15 deletions

View File

@@ -81,6 +81,7 @@ public:
signals:
void keySequenceChanged();
void activeStateChanged();
};
} // namespace Core