mirror of
https://github.com/Artemis-RGB/Artemis
synced 2025-12-31 09:43:46 +00:00
Databindings - Fixed stack overflow when removing databinding conditions
This commit is contained in:
parent
7c955d1134
commit
4526be2490
@ -105,7 +105,7 @@ namespace Artemis.Core
|
|||||||
if (disposing)
|
if (disposing)
|
||||||
{
|
{
|
||||||
_disposed = true;
|
_disposed = true;
|
||||||
ConditionalDataBinding.Dispose();
|
Condition.Dispose();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user