Skip to content

Commit

Permalink
Merge pull request #985 from divmain/statusbar
Browse files Browse the repository at this point in the history
Fix: update status bar when the view is a widget
  • Loading branch information
stoivo committed Aug 15, 2018
2 parents 06dfedc + ba64aa2 commit 03d6d01
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/commands/status_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ class GsUpdateStatusBarCommand(TextCommand, GitCommand):
"""

def run(self, edit):
if self.view.settings().get('is_widget'):
return

window = self.view.window()
if not window or \
Expand Down

0 comments on commit 03d6d01

Please sign in to comment.