[Monodevelop-patches-list] r1756 - trunk/MonoDevelop/src/Libraries/Gdl

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sun Jun 13 13:26:04 EDT 2004


Author: jzwart
Date: 2004-06-13 13:26:04 -0400 (Sun, 13 Jun 2004)
New Revision: 1756

Modified:
   trunk/MonoDevelop/src/Libraries/Gdl/DockPaned.cs
Log:
Make it compile this time.


Modified: trunk/MonoDevelop/src/Libraries/Gdl/DockPaned.cs
===================================================================
--- trunk/MonoDevelop/src/Libraries/Gdl/DockPaned.cs	2004-06-13 17:24:20 UTC (rev 1755)
+++ trunk/MonoDevelop/src/Libraries/Gdl/DockPaned.cs	2004-06-13 17:26:04 UTC (rev 1756)
@@ -187,7 +187,7 @@
 				myRequest.Target = this;
 
 				/* See if it's in the border_width band. */
-				if (relX < bw) {
+				/*if (relX < bw) {
 					myRequest.Position = DockPlacement.Left;
 					myRequest.Rect.Width = myRequest.Rect.Width * SplitRatio;
 					divider = other.Width;
@@ -206,8 +206,9 @@
 					myRequest.Rect.Height *= SplitRatio;
 					divider = Math.Max (0, my.Height - other.Height);
 				} else { /* Otherwise try our children. */
-				}
+				//}
 			}
+			return true;
 		}
 	}
 }




More information about the Monodevelop-patches-list mailing list