commit about v 0.5.3

release comming(no DEMO)
This commit is contained in:
沈瑗杰 2021-10-07 19:37:10 +08:00
parent 3e2fe7ee01
commit 929cff7ad7

View File

@ -150,7 +150,6 @@ class CommandLine(widgets.WidgetBase):
@editing.setter
def editing(self, value):
print(value)
assert type(value) is bool, 'Command editing must be bool!'
self._editing = value
self._line.visible = value