mirror of
https://github.com/VitalickS/BrightSharp.Toolkit.git
synced 2026-03-21 02:21:15 +00:00
Grid snaps for ZoomControl, not critical Theme corrections, new demo set
This commit is contained in:
@@ -11,7 +11,7 @@ namespace BrightSharp.Diagrams
|
||||
{
|
||||
private SizeChrome chrome;
|
||||
private VisualCollection visuals;
|
||||
private ContentControl designerItem;
|
||||
private FrameworkElement designerItem;
|
||||
|
||||
protected override int VisualChildrenCount
|
||||
{
|
||||
@@ -21,7 +21,7 @@ namespace BrightSharp.Diagrams
|
||||
}
|
||||
}
|
||||
|
||||
public SizeAdorner(ContentControl designerItem)
|
||||
public SizeAdorner(FrameworkElement designerItem)
|
||||
: base(designerItem)
|
||||
{
|
||||
SnapsToDevicePixels = true;
|
||||
|
||||
Reference in New Issue
Block a user