Skip to content

Commit

Permalink
Removes diff button from exploriants
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeAtHPI committed Nov 23, 2023
1 parent 43e3f0d commit 3e1a730
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions packages/Sandblocks-Babylonian/SBExploriants.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ SBExploriants >> = other [
^ self class = other class
]

{ #category : #ui }
SBExploriants >> buildTabs [

super buildTabs.
(self submorphNamed: #tabs) firstSubmorph delete.
]

{ #category : #initialization }
SBExploriants >> initialize [

Expand Down Expand Up @@ -82,6 +89,12 @@ SBExploriants >> selector [
^ nil
]

{ #category : #accessing }
SBExploriants >> tabs [

^ (self submorphNamed: #tabs) submorphs allButLast
]

{ #category : #actions }
SBExploriants >> visualize [

Expand Down

0 comments on commit 3e1a730

Please sign in to comment.