[longomatch] Finally fix the bug resizing the drawing tool



commit 6cbdcd620a1043bafc5e32f9cba7f26c2bd00aa3
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Jan 15 21:38:53 2010 +0100

    Finally fix the bug resizing the drawing tool

 LongoMatch/Gui/Component/DrawingWidget.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/DrawingWidget.cs b/LongoMatch/Gui/Component/DrawingWidget.cs
index 42cdeda..6c5bd69 100644
--- a/LongoMatch/Gui/Component/DrawingWidget.cs
+++ b/LongoMatch/Gui/Component/DrawingWidget.cs
@@ -373,8 +373,6 @@ namespace LongoMatch.Gui.Component
 		{
 			// We can't set the cursor until the Gdk.Window exists
 			DrawTool = selectedTool;
-			if (loaded)
-				drawingarea.GdkWindow.Resize(sourceWidth,sourceHeight);
 		}
 	}
 }



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