internal: workspace manip handling rework
This commit is contained in:
parent
011600ac6e
commit
287e6c4ede
8 changed files with 208 additions and 331 deletions
|
|
@ -663,4 +663,8 @@ void CWindow::updateGroupOutputs() {
|
|||
|
||||
curr = curr->m_sGroupData.pNextWindow;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Vector2D CWindow::middle() {
|
||||
return m_vRealPosition.goalv() + m_vRealSize.goalv() / 2.f;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue