master
yumoqing 2023-12-17 12:34:48 +08:00
parent 9e2b5db1a6
commit 977161fae3
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ class TreeNode(BoxLayout):
if cf:
self.content = HBox(size_hint_y=None,
height=self.treeObj.rowHeight)
self.checkbox_w = CheckBox(active=self.data.get(cf, False)
self.checkbox_w = CheckBox(active=self.data.get(cf, False))
self.content.add_widget(self.checkbox_w)
self.content.add_widget(x)
self.checkbox_w.bind(active=self.on_checkbox_active)