autodrawer: Fix some pylint
This commit is contained in:
parent
ae9ba46ff4
commit
2e67a21435
|
@ -283,7 +283,7 @@ class OverBox(parentclass):
|
|||
|
||||
def do_style_set(self, style):
|
||||
if self.is_realized():
|
||||
self.set_background()
|
||||
self._set_background()
|
||||
|
||||
parentclass.do_style_set(self, style)
|
||||
|
||||
|
|
Loading…
Reference in New Issue