logic: Fixed GraphView not updated because MessageActivateTokens was not handled in GraphController

This commit is contained in:
Eberhard Graether
2014-10-27 12:14:21 +01:00
parent 0a4c65d198
commit ede0af4291
@@ -25,7 +25,7 @@ void GraphController::handleMessage(MessageActivateToken* message)
void GraphController::handleMessage(MessageActivateTokens* message)
{
//createDummyGraphForTokenId(message->tokenIds[0], &GraphLayouter::layoutSimpleRing);
createDummyGraphForTokenId(message->tokenIds[0], &GraphLayouter::layoutSimpleRing);
}
GraphView* GraphController::getView()