Skip to content

Commit

Permalink
Merge pull request #1551 from demarey/Pharo12
Browse files Browse the repository at this point in the history
fix bad label before first progress event.
  • Loading branch information
jecisc committed Jun 4, 2024
2 parents 2be6762 + 66defec commit 704ba41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Spec2-Dialogs/SpProgressDialog.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ SpProgressDialog >> initializePresenters [
borderWidth: 5;
add: (label := self newLabel) expand: false;
add: (progressBar := self newProgressBar) expand: false;
yourself)
yourself).
self progressPercent: 0.
]

{ #category : 'accessing' }
Expand Down

0 comments on commit 704ba41

Please sign in to comment.