Merge MultiSplitterLayout into MultiSplitter
No need to have two. It's a leftover from the old layouting engine
This commit is contained in:
@@ -29,7 +29,7 @@ DropAreaWithCentralFrame::DropAreaWithCentralFrame(QWidgetOrQuick *parent, MainW
|
||||
, m_centralFrame(createCentralFrame(options))
|
||||
{
|
||||
if (m_centralFrame)
|
||||
m_layout->addWidget(m_centralFrame, KDDockWidgets::Location_OnTop, {});
|
||||
addWidget(m_centralFrame, KDDockWidgets::Location_OnTop, {});
|
||||
}
|
||||
|
||||
DropAreaWithCentralFrame::~DropAreaWithCentralFrame()
|
||||
|
||||
Reference in New Issue
Block a user