mirror of
https://github.com/markqvist/Sideband.git
synced 2025-08-06 05:24:17 -04:00
Updated build system for Kivy 2.2.1
This commit is contained in:
parent
23e6b6e0c6
commit
67a8f61af8
126 changed files with 9967 additions and 4279 deletions
|
@ -142,7 +142,6 @@ class MDTransitionBase(TransitionBase):
|
|||
and self.manager.current_heroes
|
||||
and self.screen_out.heroes_to
|
||||
):
|
||||
|
||||
for heroes_tag in self.manager.current_heroes:
|
||||
for hero_to_widget in self.screen_out.heroes_to:
|
||||
if hero_to_widget.tag == heroes_tag:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue