pitivi r1218 - in branches/SOC_2008_BLEWIS: . pitivi/ui



Author: blewis
Date: Thu Jul 24 22:15:01 2008
New Revision: 1218
URL: http://svn.gnome.org/viewvc/pitivi?rev=1218&view=rev

Log:
* pitivi/ui/ruler.py:
make sure ruler updates size properly when zoom changes


Modified:
   branches/SOC_2008_BLEWIS/ChangeLog
   branches/SOC_2008_BLEWIS/pitivi/ui/ruler.py

Modified: branches/SOC_2008_BLEWIS/pitivi/ui/ruler.py
==============================================================================
--- branches/SOC_2008_BLEWIS/pitivi/ui/ruler.py	(original)
+++ branches/SOC_2008_BLEWIS/pitivi/ui/ruler.py	Thu Jul 24 22:15:01 2008
@@ -59,6 +59,7 @@
 ## Zoomable interface override
 
     def zoomChanged(self):
+        self.queue_resize()
         self.doPixmap()
         self.queue_draw()
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]