fix clayout switching back to original tab when flipping
This commit is contained in:
parent
ae8074ec01
commit
fb8cb34532
@ -191,6 +191,7 @@ Please create a new card type first."""))
|
||||
if self.redrawing:
|
||||
return
|
||||
self.card = self.cards[idx]
|
||||
self.ord = idx
|
||||
self.tab = self.forms[idx]
|
||||
self.tabs.setCurrentIndex(idx)
|
||||
self.playedAudio = {}
|
||||
|
Loading…
Reference in New Issue
Block a user