logic: Fixed SearchMatch sorting not updated after rescoring
* also ignore template section in SearchMatch sorting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user