autodrawer: Fix some pylint

This commit is contained in:
Cole Robinson 2011-05-19 15:19:04 -04:00
parent ae9ba46ff4
commit 2e67a21435
1 changed files with 1 additions and 1 deletions

View File

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