Skip to content

Commit

Permalink
Merge pull request #2919 from dzosz/fix_working_directory
Browse files Browse the repository at this point in the history
PR: Synchronize entry in Working Directory toolbar with console's current working directory
  • Loading branch information
ccordoba12 committed Feb 1, 2016
2 parents b28a621 + 68560d7 commit 8b1d133
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spyderlib/plugins/workingdirectory.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ def chdir(self, directory=None, browsing_history=False,
self.refresh_plugin()
if refresh_explorer:
self.set_explorer_cwd.emit(directory)
self.set_as_current_console_wd()
self.refresh_findinfiles.emit()

@Slot()
Expand Down

0 comments on commit 8b1d133

Please sign in to comment.