Skip to content

Commit

Permalink
Don't show busy cursor before folder loading
Browse files Browse the repository at this point in the history
Closes #1263
  • Loading branch information
tsujan committed Dec 21, 2020
1 parent 5ceee4d commit d76cdd2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pcmanfm/tabpage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -651,9 +651,6 @@ void TabPage::chdir(Fm::FilePath newPath, bool addHistory) {
onFolderFinishLoading();
onFolderFsInfo();
}
else {
onFolderStartLoading();
}
}

void TabPage::selectAll() {
Expand Down

0 comments on commit d76cdd2

Please sign in to comment.