Merge branch 'master' into key-config-settings

This commit is contained in:
Thomas Müller 2017-08-16 17:48:00 +09:00 committed by GitHub
commit 16372d9b45
1 changed files with 2 additions and 0 deletions

View File

@ -87,6 +87,8 @@ public ExpandedState State
get { return state; } get { return state; }
set set
{ {
expandEvent?.Cancel();
if (state == value) return; if (state == value) return;
state = value; state = value;