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:
parent
7c955d1134
commit
4526be2490
@ -105,7 +105,7 @@ namespace Artemis.Core
|
||||
if (disposing)
|
||||
{
|
||||
_disposed = true;
|
||||
ConditionalDataBinding.Dispose();
|
||||
Condition.Dispose();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user