fixes & version bump
This commit is contained in:
@@ -30,7 +30,7 @@ public class PaintingControl : UserControl, IPaintingObjectContainer
|
||||
private new string Text { get; set; }
|
||||
|
||||
public PointF Offset { get; set; } = PointF.Empty;
|
||||
public PaintingObjectList PaintingObjects { get; private set; } = new PaintingObjectList(this);
|
||||
public PaintingObjectList PaintingObjects { get; private set; }
|
||||
public bool VisibleForMouseEvents { get; set; } = true;
|
||||
public bool AutoAreaSelection { get; set; } = true;
|
||||
public bool AutoSingleSelection { get; set; } = true;
|
||||
@@ -147,6 +147,7 @@ public class PaintingControl : UserControl, IPaintingObjectContainer
|
||||
|
||||
public PaintingControl()
|
||||
{
|
||||
PaintingObjects = new(this);
|
||||
PaintingObjectResizing.CheckEnabled += PaintingObjectResizing_CheckEnabled;
|
||||
DoubleBuffered = true;
|
||||
KeyDown += CheckKeyDown;
|
||||
|
||||
Reference in New Issue
Block a user