Skip to content

Commit

Permalink
Merge pull request #1579 from jordanmontt/fix-auto-fix
Browse files Browse the repository at this point in the history
Fixing autofix dialog on commiting
  • Loading branch information
tesonep authored Mar 25, 2022
2 parents 61b5344 + 04ef78f commit 8401600
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Iceberg-TipUI/IceTipCritiquesBeforeCommitBrowser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,9 @@ IceTipCritiquesBeforeCommitBrowser >> doAutofix [
| changesBrowser |
changesBrowser := (ChangesBrowser changes: { crit change })
extent: 500 @ 400;
setModal: SystemWindow topWindow;
yourself.

changesBrowser openDialog
changesBrowser openModal
okAction: [
changesBrowser accept.
self disableCommitAfterChanges.
Expand Down

0 comments on commit 8401600

Please sign in to comment.