~mantas/pinta/stable

« back to all changes in this revision

Viewing changes to Pinta.Core/Tools/EllipseSelectTool.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:
40
40
                public override string StatusBarText {
41
41
                        get { return "Click and drag to draw an elliptical selection. Hold shift to constrain to a circle."; }
42
42
                }
43
 
                public override bool Enabled {
44
 
                        get { return true; }
45
 
                }
46
43
 
47
44
                protected override Rectangle DrawShape (Rectangle r, Layer l)
48
45
                {