Browse Source

Fix #if scope.

pull/486/head
Steven Kirk 10 years ago
parent
commit
b15a17f033
  1. 2
      src/Perspex.Controls/Control.cs

2
src/Perspex.Controls/Control.cs

@ -552,8 +552,8 @@ namespace Perspex.Controls
this,
"{Type} detached from logical tree but still has class listeners",
this.GetType());
#endif
}
#endif
}
}

Loading…
Cancel
Save