2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 12:27:43 +00:00

SplitSpace updates

This commit is contained in:
Jack Andersen
2016-01-11 14:46:27 -10:00
parent 42c96e952e
commit c826fc58ab
7 changed files with 15 additions and 12 deletions

View File

@@ -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;
}