Skip to content

Commit

Permalink
Fix attribute editing being broken from the NATV context menu
Browse files Browse the repository at this point in the history
  • Loading branch information
timangus committed Aug 16, 2024
1 parent 57a31ca commit 002f71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/app/ui/qml/Graphia/EditAttributeDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ Window
root._selectedType = ValueType.Unknown;

editAttributeTableModel.resetAllEdits();
editAttributeTableModel.document = root.document;
editAttributeTableModel.attributeName = root._attributeName;
editAttributeTableModel.combineSharedValues = false;

Expand Down Expand Up @@ -138,7 +139,6 @@ Window
EditAttributeTableModel
{
id: editAttributeTableModel
document: root.document

onCombineSharedValuesChanged:
{
Expand Down

0 comments on commit 002f71f

Please sign in to comment.