forked from qt-creator/qt-creator
Fixed toolbar for splitted editors
This commit is contained in:
@@ -314,7 +314,7 @@ void FormEditorW::fullInit()
|
||||
|
||||
m_editorToolBar = createEditorToolBar();
|
||||
m_toolBar = Core::EditorManager::createToolBar();
|
||||
m_toolBar->setToolbarCreationFlags(Core::EditorToolBar::FlagsIgnoreIEditorToolBar);
|
||||
m_toolBar->setToolbarCreationFlags(Core::EditorToolBar::FlagsStandalone);
|
||||
m_toolBar->setNavigationVisible(false);
|
||||
m_toolBar->addCenterToolBar(m_editorToolBar);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user