This commit is contained in:
blitzmann
2017-10-08 22:51:06 -04:00
parent 2afc8b1abe
commit 56f34873a6

View File

@@ -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