|
@@ -46,9 +46,7 @@ namespace InABox.DynamicGrid
|
|
|
Width = 150
|
|
|
};
|
|
|
Editor.SetValue(DockPanel.DockProperty, Dock.Left);
|
|
|
- Editor.ValueChanged += (o, e) => CheckChanged();
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
Button = new Button
|
|
|
{
|
|
|
Content = "Set",
|
|
@@ -72,6 +70,7 @@ namespace InABox.DynamicGrid
|
|
|
else
|
|
|
Editor.Value = null;
|
|
|
Button.Content = Editor.Value.HasValue ? "Clear" : "Set";
|
|
|
+ CheckChanged();
|
|
|
}
|
|
|
|
|
|
public override int DesiredHeight()
|