degal/image.py
changeset 91 17ae33501289
parent 85 7da934333469
child 111 ecceaf23c969
equal deleted inserted replaced
90:606bae04f79b 91:17ae33501289
    99     def update (self) :
    99     def update (self) :
   100         """
   100         """
   101             Updates this Image's thumb/preview
   101             Updates this Image's thumb/preview
   102         """
   102         """
   103         
   103         
   104         if self.preview.stale() :
   104         self.preview.update()
   105             self.preview.update()
   105         self.thumb.update()
   106 
   106 
   107         if self.thumb.stale() :
       
   108             self.thumb.update()
       
   109