Skip to content

Commit

Permalink
Fix: update status bar when the view is a widget
Browse files Browse the repository at this point in the history
  • Loading branch information
randy3k committed Aug 14, 2018
1 parent 06dfedc commit ba64aa2
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 ba64aa2

Please sign in to comment.