From 87defb862218ca2e4d706e1affa200a6cae2032e Mon Sep 17 00:00:00 2001 From: amartin Date: Sun, 26 Aug 2007 11:40:29 +0000 Subject: Jam --- (limited to 'Edit') diff --git a/Edit/TuneInterface.py b/Edit/TuneInterface.py index 63141a3..3682a57 100644 --- a/Edit/TuneInterface.py +++ b/Edit/TuneInterface.py @@ -184,8 +184,8 @@ class TuneInterface( gtk.EventBox ): self.baseWidth = allocation.width self.visibleEndX = self.baseWidth self.baseHeight = allocation.height - self.updateSize() self.alloced = True + self.updateSize() self.width = allocation.width self.height = allocation.height self.drawingArea.set_size_request( self.width, self.height ) -- cgit v0.9.1