Skip to content

Commit a5c631f

Browse files
committed
BlHeadlessHostSpace needed to implement #center
1 parent d61a9c1 commit a5c631f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/Bloc/BlHeadlessHostSpace.class.st

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ BlHeadlessHostSpace >> canvasExtent: anExtent [
3636
physicalSize := (anExtent x @ anExtent y) asPhysicalSize
3737
]
3838

39+
{ #category : #accessing }
40+
BlHeadlessHostSpace >> center [
41+
]
42+
3943
{ #category : #'host space - displaying' }
4044
BlHeadlessHostSpace >> close [
4145
opened := false.

0 commit comments

Comments
 (0)