Made resize work, cleaned up code so it should be easier to port the changes to 2.x

This commit is contained in:
RKrom 2014-06-01 20:25:52 +02:00
parent 5cb877f8c8
commit aced477cef
8 changed files with 446 additions and 474 deletions

View file

@ -197,7 +197,7 @@ namespace Greenshot.Drawing {
}
}
public override bool hasDefaultSize {
public override bool HasDefaultSize {
get {
return true;
}