Skip to content

Commit

Permalink
fixed a problem with selections (I think)
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanlm committed Apr 28, 2023
1 parent 83a22e4 commit e15d28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spec2-Core/SpMillerColumnPresenter.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Class {
SpMillerColumnPresenter >> addPresenter: newSubPresenter [

newSubPresenter whenActivatedDo: [ :selection |
self changeSelection: selection selectedItem from: newSubPresenter ].
self changeSelection: selection from: newSubPresenter ].
newSubPresenter owner: self.
layout add: newSubPresenter
]
Expand Down

0 comments on commit e15d28d

Please sign in to comment.