Skip to content

Commit

Permalink
Reformat some updateAll
Browse files Browse the repository at this point in the history
  • Loading branch information
tinchodias committed Jun 28, 2024
1 parent 462f932 commit 1837d8f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Spec-Toplo/SpToploButtonAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ SpToploButtonAdapter >> updateAction [
SpToploButtonAdapter >> updateAll [

super updateAll.

self
updateLabel;
updateIcon;
Expand Down
1 change: 1 addition & 0 deletions src/Spec-Toplo/SpToploCheckBoxAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ SpToploCheckBoxAdapter >> subscribeToWidget [
SpToploCheckBoxAdapter >> updateAll [

super updateAll.

self
updateLabel;
updateState
Expand Down
1 change: 1 addition & 0 deletions src/Spec-Toplo/SpToploLabelAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ SpToploLabelAdapter >> subscribeToPresenter [
SpToploLabelAdapter >> updateAll [

super updateAll.

self updateLabel
]

Expand Down
1 change: 1 addition & 0 deletions src/Spec-Toplo/SpToploRadioButtonAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ SpToploRadioButtonAdapter >> subscribeToWidget [
SpToploRadioButtonAdapter >> updateAll [

super updateAll.

self
updateLabel;
updateState
Expand Down
1 change: 1 addition & 0 deletions src/Spec-Toplo/SpToploWidgetAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ SpToploWidgetAdapter >> subscribeToPresenter [
SpToploWidgetAdapter >> updateAll [

super updateAll.

self
updateEnabled;
updateHelp
Expand Down
2 changes: 1 addition & 1 deletion src/Spec-Toplo/SpToploWindowAdapter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ SpToploWindowAdapter >> title: aString [
widget title: aString
]

{ #category : #'as yet unclassified' }
{ #category : #updating }
SpToploWindowAdapter >> updateContentWithSpecLayout: aSpExecutableLayout [
"Build the presenter of the window, and establish the Toplo widget as content of the window."

Expand Down

0 comments on commit 1837d8f

Please sign in to comment.