|
@@ -2605,7 +2605,6 @@ namespace InABox.DynamicGrid
|
|
|
else if (AddEditClick(null))
|
|
|
{
|
|
|
Refresh(false, true);
|
|
|
- OnChanged?.Invoke(this, EventArgs.Empty);
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2914,7 +2913,6 @@ namespace InABox.DynamicGrid
|
|
|
|
|
|
var item = CreateItem();
|
|
|
|
|
|
- // Yea, and this won't work, because we're actually usually showing the description of a linked item,
|
|
|
// Yea, and this won't work, because we're actually usually showing the description of a linked item,
|
|
|
// not the id of the link, and we need to set the ID to have it work properly :-(
|
|
|
|