fixes edition cache

This commit is contained in:
Paul Schneider 2016-10-18 15:51:56 +02:00
commit 5dea4ee707
24 changed files with 269 additions and 102 deletions

View file

@ -33,12 +33,11 @@ namespace BookAStar.Views
if (Modified != null)
{
Modified.Invoke(this, new EventArgs());
return;
}
}
}
}
private bool editable;
public bool Editable
{
get {