commit about v 0.5.3
release comming(no DEMO)
This commit is contained in:
parent
3e2fe7ee01
commit
929cff7ad7
@ -150,7 +150,6 @@ class CommandLine(widgets.WidgetBase):
|
|||||||
|
|
||||||
@editing.setter
|
@editing.setter
|
||||||
def editing(self, value):
|
def editing(self, value):
|
||||||
print(value)
|
|
||||||
assert type(value) is bool, 'Command editing must be bool!'
|
assert type(value) is bool, 'Command editing must be bool!'
|
||||||
self._editing = value
|
self._editing = value
|
||||||
self._line.visible = value
|
self._line.visible = value
|
||||||
|
Loading…
Reference in New Issue
Block a user