File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -489,9 +489,11 @@ StPulse >> connectPresenters [
489
489
addShortcutWith: [ :action | action
490
490
shortcutKey: KeyboardKey down asKeyCombination actionModifier;
491
491
action: [ self findAllButtonAction ] ].
492
+
492
493
listPresenter
493
494
whenActivatedDo: [ self acceptSelection ];
494
495
whenSelectionChangedDo: [ self calculateListCounterPresenter ].
496
+
495
497
self addKeyboardBehavior: listPresenter.
496
498
497
499
paginator whenSelectedPageChangedDo: [ :newValue |
@@ -686,10 +688,9 @@ StPulse >> historyEntries [
686
688
{ #category : ' initialization' }
687
689
StPulse >> initialize [
688
690
689
- self setModelBeforeInitialization:
690
- (StPulseModel new
691
- whenCandidateAddedDo: [ :aCandidate | self candidateAdded: aCandidate ];
692
- yourself ).
691
+ self setModelBeforeInitialization: (StPulseModel new
692
+ whenCandidateAddedDo: [ :aCandidate | self candidateAdded: aCandidate ];
693
+ yourself ).
693
694
super initialize.
694
695
numCandidatesAdded := 0 .
695
696
candidatesAddedList := OrderedCollection new .
You can’t perform that action at this time.
0 commit comments