Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/model.py
diff options
context:
space:
mode:
Diffstat (limited to 'model.py')
-rw-r--r--model.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/model.py b/model.py
index 9d397b2..5b77e75 100644
--- a/model.py
+++ b/model.py
@@ -323,6 +323,8 @@ class Model:
def startTakingPhoto( self ):
self.setUpdating( True )
self.ca.glive.takePhoto()
+ self.ca.ui.FULLSCREEN = False
+ self.ca.ui.updateVideoComponents()
def savePhoto( self, pixbuf ):