Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'ui.py')
-rw-r--r--ui.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui.py b/ui.py
index 743477a..28d2896 100644
--- a/ui.py
+++ b/ui.py
@@ -1678,6 +1678,7 @@ class UI:
def deleteThumbSelection( self, recd ):
self.ca.m.deleteRecorded( recd )
+ self.ca.glive.play()
self.removeThumb( recd )
self.removeIfSelectedRecorded( recd )
@@ -1693,6 +1694,7 @@ class UI:
self.livePhotoCanvas.setImage( None )
self.startLiveAudio()
+ self.RECD_INFO_ON = False
self.LIVEMODE = True
self.updateVideoComponents()