Skip to content

Commit

Permalink
v6.2 Update 3
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWBR committed Oct 21, 2020
1 parent 640e6bd commit 5270ce6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DWSIM/Forms/Flowsheet/FormFlowsheet.vb
Original file line number Diff line number Diff line change
Expand Up @@ -2850,6 +2850,8 @@ Public Class FormFlowsheet
Me.UIThread(Sub()
For Each obj In SimulationObjects.Values
obj.UpdateEditForm()
obj.UpdateDynamicsEditForm()
obj.UpdateExtraPropertiesEditForm()
EditorTooltips.Update(obj, Me)
obj.AttachedUtilities.ForEach(Sub(x) x.Populate())
Next
Expand Down

0 comments on commit 5270ce6

Please sign in to comment.