1
0
mirror of https://github.com/Artemis-RGB/Artemis synced 2025-12-13 05:48:35 +00:00

Databindings - Fixed stack overflow when removing databinding conditions

This commit is contained in:
Robert 2020-12-03 19:01:33 +01:00
parent 7c955d1134
commit 4526be2490

View File

@ -105,7 +105,7 @@ namespace Artemis.Core
if (disposing)
{
_disposed = true;
ConditionalDataBinding.Dispose();
Condition.Dispose();
}
}