Skip to content
Snippets Groups Projects
Commit 21cbf90d authored by dt's avatar dt
Browse files

ModeManager: Fix ordering of actions in modebar

The Target Selector wasn't accounted for.
parent 6683b408
No related branches found
No related tags found
No related merge requests found
......@@ -280,6 +280,7 @@ void ModeManager::addAction(Command *command, int priority)
void ModeManager::addProjectSelector(QAction *action)
{
d->m_actionBar->addProjectSelector(action);
d->m_actions.insert(0, INT_MAX);
}
void ModeManager::currentTabAboutToChange(int index)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment