[f-spot: 38/41] at this point, the managed ImageView matches the native image-view we were using from libeog



commit a5f4459ab9e0c618b939eb7cf2ae7b9553df46ae
Author: Stephane Delcroix <stephane delcroix org>
Date:   Fri Jun 12 15:06:23 2009 +0200

    at this point, the managed ImageView matches the native image-view we were using from libeog

 src/Widgets/ImageView.cs |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Widgets/ImageView.cs b/src/Widgets/ImageView.cs
index 097066e..a3f4893 100644
--- a/src/Widgets/ImageView.cs
+++ b/src/Widgets/ImageView.cs
@@ -636,6 +636,10 @@ Console.WriteLine ("PaintRectangle {0}", area);
 		{
 			return Math.Min (Math.Max (value, min), max);
 		}
+
+		bool SelectionActive {
+			get { return Selection == Rectangle.Zero ; }
+		}
 #endregion
 
 #region children



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