Update controls after using combobox.

This commit is contained in:
Roman Telezhynskyi 2024-07-30 17:33:00 +03:00
parent ded74a25e3
commit 21c3043696
2 changed files with 2 additions and 1 deletions

View file

@ -779,7 +779,7 @@ auto GetNodeName(const VContainer *data, const VPieceNode &node, bool showPassma
if (not node.IsTurnPoint())
{
name += QStringLiteral(" ⦿");
name += QStringLiteral(" ");
}
}

View file

@ -1428,6 +1428,7 @@ void DialogSeamAllowance::ListChanged()
InitMirrorLine();
CustomSAChanged(uiTabPaths->listWidgetCustomSA->currentRow());
SetMoveControls();
SetOptionControls();
}
//---------------------------------------------------------------------------------------------------------------------