Skip to content

Commit 7e19f7d

Browse files
committed
Fixed issue with updating plot field dropdown when plot field name is changed. (#127)
1 parent d645902 commit 7e19f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FEBioStudio/PostDataPanel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1435,7 +1435,7 @@ void CPostDataPanel::on_fieldName_editingFinished()
14351435
ui->m_activeField->SetName(t.toStdString());
14361436
Update(true);
14371437
CPostDocument& doc = *GetActiveDocument();
1438-
// doc.GetFSModel()->UpdateDependants();
1438+
doc.GetFSModel()->UpdateDependants();
14391439
}
14401440
}
14411441

0 commit comments

Comments
 (0)