Skip to content

Commit

Permalink
more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeAtHPI committed Apr 8, 2024
1 parent 4325e66 commit 3dd4552
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/Sandblocks-Babylonian/SBLiveView.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -167,20 +167,20 @@ SBLiveView >> rebuildButton [
]

{ #category : #building }
SBLiveView >> rebuildButtonIn: aContainer applying: aUniverse [
SBLiveView >> rebuildButtonIn: aContainer applying: aPermutation [

^ SBButton new
icon: (SBIcon iconRotateRight size: 8.0 sbScaled)
label: 'Re-Build This'
do: [self rebuildRegisteredListenerFor: aUniverse in: aContainer];
do: [self rebuildRegisteredListenerFor: aPermutation in: aContainer];
makeSmall;
cornerStyle: #squared
]

{ #category : #initialization }
SBLiveView >> rebuildRegisteredListenerFor: aUniverse in: aContainer [
SBLiveView >> rebuildRegisteredListenerFor: aPermutation in: aContainer [

self privateRegisterListener: (aUniverse watches first exampleToValues values first first watchedValue veryDeepCopy) for: aUniverse activePermutation in: aContainer
self privateRegisterListener: self evaluateSetUp for: aPermutation in: aContainer

]

Expand Down

0 comments on commit 3dd4552

Please sign in to comment.