ui: fixes and improvements in graph

* use bezier edges for aggregations
* fixed expanding nodes in trail graph makes trouble
* fixed hovering of edges at arrow
This commit is contained in:
Eberhard Graether
2017-05-30 15:08:01 +02:00
parent f760b873b4
commit a34abe6b4b
8 changed files with 80 additions and 33 deletions
@@ -209,8 +209,6 @@ void BookmarkController::handleMessage(MessageActivateBookmark* message)
void BookmarkController::handleMessage(MessageActivateTokens* message)
{
LOG_INFO_STREAM(<< "Registering new active token");
m_activeEdgeIds.clear();
if (message->isEdge || message->isAggregation)
@@ -228,8 +226,6 @@ void BookmarkController::handleMessage(MessageActivateTokens* message)
}
else if (!message->isEdge)
{
LOG_INFO_STREAM(<< "Registering new Node");
m_activeNodeIds = message->tokenIds;
if (getBookmarkForActiveToken())