Skip to content

Commit

Permalink
when triggering the ok button dialog needs to be ok :)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Dec 18, 2024
1 parent 27ac918 commit 468c5ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Spec2-Core/SpAbstractPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ SpAbstractPresenter >> initializeDialogWindow: aDialogWindowPresenter [
presenter close ];
addDefaultButton: 'Ok' do: [ :presenter |
presenter triggerOkAction.
presenter beOk.
presenter close ]
]

Expand Down

0 comments on commit 468c5ad

Please sign in to comment.