File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -873,7 +873,6 @@ StPulse >> processAddedCandidates [
873
873
StPulse >> processFullAddedCandidates [
874
874
" We candidatesAddedList removeAll to evade it updating the list again after the whole result is added to the list"
875
875
| candidates |
876
-
877
876
candidatesFullSearchList ifNil: [ ^ self ].
878
877
candidatesAddedList removeAll.
879
878
candidates := candidatesFullSearchList.
@@ -1028,7 +1027,9 @@ StPulse >> updateResultListWith: aCollection [
1028
1027
self historyEntries ]
1029
1028
ifFalse: [ aCollection ].
1030
1029
emptyPresenter visible: list isEmpty.
1031
- listPresenter disableActivationDuring: [ listPresenter items: list ].
1030
+ listPresenter disableActivationDuring: [
1031
+ listPresenter items: list.
1032
+ self calculateListCounterPresenter ].
1032
1033
list isNotEmpty
1033
1034
ifTrue: [ listPresenter selectFirst ] ] ]
1034
1035
]
You can’t perform that action at this time.
0 commit comments