Fix build error

This commit is contained in:
smoogipoo 2020-05-04 18:20:20 +09:00
parent e2593ac3e7
commit fe31bac505
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ private void Bindable_ValueChanged(ValueChangedEvent<PanelDisplayStyle> e)
protected override void Dispose(bool isDisposing)
{
base.Dispose(isDisposing);
bindable.ValueChanged -= Bindable_ValueChanged;
}
}