Skip to content

Commit 378c1b1

Browse files
committed
catalog: fix weak ref issue. closes kivy#1753
1 parent c48bae4 commit 378c1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo/kivycatalog/container_kvs/PopupContainer.kv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ BoxLayout:
3333
Button:
3434
id: popupcontent
3535
text: "press to dismiss"
36-
on_release: root.popup.dismiss()
36+
on_release: popup.dismiss()

0 commit comments

Comments
 (0)