Skip to content

Commit

Permalink
Merge pull request #3013 from PrimozGodec/sort-addons
Browse files Browse the repository at this point in the history
[FIX] Sorting add-ons in the alphabetical order
  • Loading branch information
lanzagar authored May 11, 2018
2 parents c32617f + 801ff2a commit 32fda0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Orange/canvas/application/addons.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,7 @@ def set_items(self, items):
self.__view.model().index(0, 0),
QItemSelectionModel.Select | QItemSelectionModel.Rows
)
self.__proxy.sort(1) # sorting list of add-ons in alphabetical order

def items(self):
# type: () -> List[Item]
Expand Down

0 comments on commit 32fda0a

Please sign in to comment.