Fixed most adorner related drawing issues, need to test a few more (freehand)

This commit is contained in:
Robin 2016-05-23 15:39:21 +02:00
commit 5b2d5b1397
7 changed files with 223 additions and 160 deletions

View file

@ -331,6 +331,7 @@ namespace Greenshot.Drawing
/// </summary>
protected void InitTargetGripper(Color gripperColor, Point location) {
_targetGripper = new TargetAdorner(this, location);
Adorners.Add(_targetGripper);
}
protected void InitGrippers() {