Skip to content

Commit

Permalink
Merge pull request #937 from AlexisCnockaert/removeUnusedPreferredExtent
Browse files Browse the repository at this point in the history
Branch: removeUnusedPreferredExtent,  Fixes # 935
  • Loading branch information
jecisc authored Jan 14, 2025
2 parents 650ffca + 2d53c4f commit 0560d7e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
12 changes: 0 additions & 12 deletions src/NewTools-MethodBrowsers/StMessageBrowser.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,6 @@ StMessageBrowser class >> openMessageList: messageList name: aString autoSelect:

]

{ #category : 'accessing' }
StMessageBrowser class >> preferredExtent [

^ preferredExtent ifNil: [ preferredExtent := self defaultPreferredExtent ]
]

{ #category : 'accessing' }
StMessageBrowser class >> preferredExtent: aPoint [

preferredExtent := aPoint
]

{ #category : 'tool registration' }
StMessageBrowser class >> registerToolsOn: registry [

Expand Down
9 changes: 0 additions & 9 deletions src/NewTools-Playground/StPlaygroundPagePresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -328,15 +328,6 @@ StPlaygroundPagePresenter >> page [
^ page
]

{ #category : 'private' }
StPlaygroundPagePresenter >> preferredExtent: aSize [

(self window isMaximized
or: [ self window isMinimized ])
ifTrue: [ ^ self ].
self class preferredExtent: aSize
]

{ #category : 'actions' }
StPlaygroundPagePresenter >> removeAllBindings [

Expand Down

0 comments on commit 0560d7e

Please sign in to comment.