Skip to content

Commit

Permalink
dialogs should be subscribed to events too
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Jul 28, 2020
1 parent 45e4b06 commit 2d6a6ed
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ SpMorphicDialogWindowAdapter >> buildButtonBar [

{ #category : #factory }
SpMorphicDialogWindowAdapter >> buildWidget [

^ SpDialogWindow new
model: self model;
in: [ :this | self subscribeToAnnouncements: this ];
yourself
]

0 comments on commit 2d6a6ed

Please sign in to comment.