From ba64aa202272d7c07e7f6929c8e33f2b08381ccd Mon Sep 17 00:00:00 2001 From: Randy Lai Date: Tue, 14 Aug 2018 18:11:49 -0400 Subject: [PATCH] Fix: update status bar when the view is a widget --- core/commands/status_bar.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/commands/status_bar.py b/core/commands/status_bar.py index 4031bd12d..6afcc50b8 100644 --- a/core/commands/status_bar.py +++ b/core/commands/status_bar.py @@ -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 \