mirror of https://github.com/kivy/kivy.git
Merge pull request #3212 from kived/showcase-popup-fix
fix popup weakref
This commit is contained in:
commit
aa70117ce5
|
@ -1,5 +1,5 @@
|
|||
ShowcaseScreen:
|
||||
popup: popup
|
||||
popup: popup.__self__
|
||||
fullscreen: True
|
||||
name: 'Popups'
|
||||
BoxLayout:
|
||||
|
|
Loading…
Reference in New Issue