forked from qt-creator/qt-creator
Another little fix for delayed registering actions.
Make them be correctly updated regarding to current context.
This commit is contained in:
@@ -468,6 +468,7 @@ void Action::addOverrideAction(QAction *action, const Core::Context &context, bo
|
||||
}
|
||||
}
|
||||
m_scriptableMap[action] = scriptable;
|
||||
setCurrentContext(m_context);
|
||||
}
|
||||
|
||||
void Action::removeOverrideAction(QAction *action)
|
||||
|
||||
Reference in New Issue
Block a user