Added dummy realize() method.
This commit is contained in:
parent
cbe6b53e1b
commit
efba63ba1c
|
@ -61,6 +61,9 @@ class LabelAppearance():
|
|||
self.recalc()
|
||||
self.parent.change(bounds)
|
||||
#
|
||||
def realize(self):
|
||||
pass
|
||||
#
|
||||
# Changing the state bits
|
||||
#
|
||||
def enable(self, flag):
|
||||
|
|
|
@ -61,6 +61,9 @@ class LabelAppearance():
|
|||
self.recalc()
|
||||
self.parent.change(bounds)
|
||||
#
|
||||
def realize(self):
|
||||
pass
|
||||
#
|
||||
# Changing the state bits
|
||||
#
|
||||
def enable(self, flag):
|
||||
|
|
Loading…
Reference in New Issue