logic: Fixed SearchMatch sorting not updated after rescoring

* also ignore template section in SearchMatch sorting
This commit is contained in:
Eberhard Graether
2017-02-09 23:54:21 +01:00
parent b423b41836
commit bfb997d35f
5 changed files with 53 additions and 22 deletions
@@ -1346,7 +1346,11 @@ void GraphController::layoutToGrid(DummyNode* node) const
if (lastAccessNode)
{
lastAccessNode->size.y = lastAccessNode->size.y + incY;
expandToggleNode->position.x = expandToggleNode->position.x + incX;
if (expandToggleNode)
{
expandToggleNode->position.x = expandToggleNode->position.x + incX;
}
node->size.x = width;
node->size.y = height;