Skip to content
Snippets Groups Projects
Commit 7e5b4623 authored by Eike Ziller's avatar Eike Ziller
Browse files

Don't resize (external) editor windows when changing editor


Change-Id: I0b46e2403e67e29151c7b02e7371eaf4569f7168
Reviewed-by: default avatarDavid Schulz <david.schulz@digia.com>
parent e8c1b8b7
No related branches found
No related tags found
No related merge requests found
......@@ -510,6 +510,7 @@ void EditorView::goForwardInNavigationHistory()
SplitterOrView::SplitterOrView(Core::IEditor *editor)
{
m_layout = new QStackedLayout(this);
m_layout->setSizeConstraint(QLayout::SetNoConstraint);
m_view = new EditorView(this);
if (editor)
m_view->addEditor(editor);
......
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