mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
SplitSpace updates
This commit is contained in:
@@ -139,7 +139,8 @@ bool ViewManager::proc()
|
||||
|
||||
if (m_deferSplit)
|
||||
{
|
||||
m_deferSplit->spaceSplit(m_deferSplitAxis, m_deferSplitThisSlot);
|
||||
SplitSpace* ss = static_cast<SplitSpace*>(m_deferSplit->spaceSplit(m_deferSplitAxis, m_deferSplitThisSlot));
|
||||
m_rootView->startSplitDrag(ss->splitView(), m_deferSplitCoord);
|
||||
m_deferSplit = nullptr;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user