Skip to content

Commit

Permalink
Merge pull request #275 from seandenigris/enh_gtview-props-refreshable
Browse files Browse the repository at this point in the history
[enh]: Properties GT View - Make Refreshable
  • Loading branch information
seandenigris authored Mar 28, 2022
2 parents d8585b0 + d601108 commit ff829ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/Magritte-Model/MATPropertyOwner.trait.st
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ MATPropertyOwner >> gtViewPropertiesOn: aView [
text: [ :a | a key ]
width: 75;
column: 'Value' text: [ :a | a value ];
send: [ :e | e value ]
send: [ :e | e value ];
actionUpdateButton
]

{ #category : #testing }
Expand Down

0 comments on commit ff829ad

Please sign in to comment.