Skip to content

Commit

Permalink
Merge pull request #654 from pharo-graphics/adding-stats-window
Browse files Browse the repository at this point in the history
fix issue #652
  • Loading branch information
tesonep authored Dec 3, 2024
2 parents 34a2661 + 91ce233 commit 71bfb6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Bloc-DevTool/BlSpace.extension.st
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ BlSpace >> enableStatistics [

self addEventHandlerOn: BlSpaceShownEvent do: [ spaceStatistics spaceShown ].
self addEventHandlerOn: BlSpaceClosedEvent do: [ spaceStatistics spaceClosed ].
self isOpened ifTrue: [ spaceStatistics spaceShown ].

self userData at: #spaceStatistics put: spaceStatistics
]
Expand Down

0 comments on commit 71bfb6e

Please sign in to comment.