fix bug in markdown widget
This commit is contained in:
parent
5cd2826d94
commit
18f3de6032
@ -234,7 +234,7 @@ class SelectInput(BoxLayout):
|
|||||||
**a)
|
**a)
|
||||||
self.si_value = ''
|
self.si_value = ''
|
||||||
self.tinp = StrInput()
|
self.tinp = StrInput()
|
||||||
self.tinp.readonly = True
|
# self.tinp.readonly = True
|
||||||
newkw = {}
|
newkw = {}
|
||||||
newkw.update(kw)
|
newkw.update(kw)
|
||||||
newkw.update({'on_select':self.setData})
|
newkw.update({'on_select':self.setData})
|
||||||
|
Loading…
Reference in New Issue
Block a user