ui: panning GraphView and resizing after node was moved

This commit is contained in:
Eberhard Graether
2015-03-23 16:16:26 +01:00
parent 5fc7182dc0
commit 7790241926
9 changed files with 37 additions and 14 deletions
@@ -78,6 +78,7 @@ void GraphController::handleMessage(MessageGraphNodeMove* message)
if (node)
{
node->position = message->position;
getView()->resizeView();
}
}