mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Fixed most adorner related drawing issues, need to test a few more (freehand)
This commit is contained in:
parent
31db071394
commit
5b2d5b1397
7 changed files with 223 additions and 160 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue