parent
51dd51cf55
commit
ccce55443f
@ -66,6 +66,9 @@ class TabWidget(QTabWidget):
|
|||||||
@config.change_filter('tabs')
|
@config.change_filter('tabs')
|
||||||
def init_config(self):
|
def init_config(self):
|
||||||
"""Initialize attributes based on the config."""
|
"""Initialize attributes based on the config."""
|
||||||
|
if self is None: # pragma: no cover
|
||||||
|
# WORKAROUND for PyQt 5.2
|
||||||
|
return
|
||||||
tabbar = self.tabBar()
|
tabbar = self.tabBar()
|
||||||
self.setMovable(config.get('tabs', 'movable'))
|
self.setMovable(config.get('tabs', 'movable'))
|
||||||
self.setTabsClosable(False)
|
self.setTabsClosable(False)
|
||||||
|
Loading…
Reference in New Issue
Block a user