Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #3450 from TomMalbran/tom/fix-issue-3440
Browse files Browse the repository at this point in the history
Fix #3440: Working set does not re-sort when automatic sort is turned on
  • Loading branch information
iwehrman committed Apr 16, 2013
2 parents dba1c78 + 996a397 commit 97e2da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/project/WorkingSetSort.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ define(function (require, exports, module) {
function _enableAutomatic() {
_setAutomatic(true);
_addListeners();
_currentSort.callAutomaticFn();
}

/**
Expand Down

0 comments on commit 97e2da2

Please sign in to comment.