wip
This commit is contained in:
@@ -136,9 +136,6 @@ void DropArea::debug_updateItemNamesForGammaray()
|
||||
frame->setObjectName(frame->dockWidgets().at(0)->uniqueName());
|
||||
}
|
||||
}
|
||||
|
||||
for (Anchor *a : m_layout->anchors())
|
||||
a->debug_updateItemNames();
|
||||
}
|
||||
|
||||
bool DropArea::checkSanity()
|
||||
|
||||
@@ -2203,7 +2203,7 @@ void ItemContainer::updateSeparators()
|
||||
newSeparators.push_back(separator);
|
||||
m_separators.removeOne(separator);
|
||||
} else {
|
||||
separator = new Anchor(m_orientation, Anchor::Option::None, hostWidget());
|
||||
separator = new Anchor(this, m_orientation, Anchor::Option::None, hostWidget());
|
||||
newSeparators.push_back(separator);
|
||||
}
|
||||
separator->setGeometry(position, pos2, oppositeLength());
|
||||
|
||||
Reference in New Issue
Block a user