[f-spot] Removed crop helpers from tag icon editor
- From: Lorenzo Milesi <lmilesi src gnome org>
- To: svn-commits-list gnome org
- Subject: [f-spot] Removed crop helpers from tag icon editor
- Date: Wed, 15 Jul 2009 15:10:52 +0000 (UTC)
commit 39a64f433fcae9f30a6b7d20dbfd6fff2cc9983e
Author: Lorenzo Milesi <maxxer yetopen it>
Date: Wed Jul 15 17:10:04 2009 +0200
Removed crop helpers from tag icon editor
src/UI.Dialog/EditTagIconDialog.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/UI.Dialog/EditTagIconDialog.cs b/src/UI.Dialog/EditTagIconDialog.cs
index 426b29f..366de74 100644
--- a/src/UI.Dialog/EditTagIconDialog.cs
+++ b/src/UI.Dialog/EditTagIconDialog.cs
@@ -59,7 +59,7 @@ namespace FSpot.UI.Dialog
else
query.Terms = new FSpot.Literal (t);
- image_view = new PhotoImageView (query);
+ image_view = new PhotoImageView (query) {CropHelpers = false};
image_view.SelectionXyRatio = 1.0;
image_view.SelectionChanged += HandleSelectionChanged;
image_view.PhotoChanged += HandlePhotoChanged;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]