mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Fixed issue that when starting Dolphin with the column view a wrong layout has been shown.
BUG: 211149 BUG: 214515 svn path=/trunk/KDE/kdebase/apps/; revision=1070708
This commit is contained in:
parent
2570a42d38
commit
3ea9e54081
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ DolphinView::DolphinView(QWidget* parent,
|
|||
this, SLOT(emitSelectionChangedSignal()));
|
||||
|
||||
applyViewProperties();
|
||||
m_topLayout->addWidget(m_viewAccessor.itemView());
|
||||
m_topLayout->addWidget(m_viewAccessor.layoutTarget());
|
||||
}
|
||||
|
||||
DolphinView::~DolphinView()
|
||||
|
|
Loading…
Reference in a new issue