diff --git a/gui/chrome_tabs.py b/gui/chrome_tabs.py index 86a99a6d9..603c14b9a 100644 --- a/gui/chrome_tabs.py +++ b/gui/chrome_tabs.py @@ -347,6 +347,7 @@ class _TabRenderer: width = max(width, self.min_width) height = max(height, self.min_height) + self.disabled = False self.text = text self.tab_size = (width, height) self.closeable = closeable