Skip to content

Commit

Permalink
add registration to acitons also on trees (it was missing)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Sep 20, 2024
1 parent bf56a95 commit d19f0d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Spec2-Core/SpAbstractTreePresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ SpAbstractTreePresenter >> initialize [
self initializeTSearchable.
self initializeTHaveWrappingScrollBars.
self withScrollBars.
self registerActions.
self registerEvents
]

Expand Down

0 comments on commit d19f0d1

Please sign in to comment.