~mantas/pinta/stable

« back to all changes in this revision

Viewing changes to Pinta.Core/Tools/MoveSelectionTool.cs

  • Committer: Iain Lane
  • Date: 2010-03-13 18:20:18 UTC
  • mfrom: (1.1.2)
  • Revision ID: git-v1:1781694a68ecf232d0110c0b2f3d4a1b96c74ec2
Merge commit 'upstream/0.2'

Conflicts:
        debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
                public override string StatusBarText {
45
45
                        get { return "Drag the selection to move. Drag the nubs to scale. Drag with right mouse button to rotate."; }
46
46
                }
47
 
                public override bool Enabled {
48
 
                        get { return true; }
 
47
                public override Gdk.Cursor DefaultCursor {
 
48
                        get { return new Gdk.Cursor (PintaCore.Chrome.DrawingArea.Display, PintaCore.Resources.GetIcon ("Tools.MoveSelection.png"), 0, 0); }
49
49
                }
50
50
 
51
51
                #region Mouse Handlers