Skip to content

Commit

Permalink
Merge pull request #1552 from demarey/Pharo13
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 c05f2b3 + eb258eb commit eec98f3
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 eec98f3

Please sign in to comment.