Добавлена проверка
This commit is contained in:
parent
4bb7f3c12c
commit
6992a7df68
@ -84,6 +84,8 @@ namespace DesktopTools.Controls
|
||||
try
|
||||
{
|
||||
_element = value;
|
||||
if (_element != null)
|
||||
{
|
||||
SetValues?.Invoke(_element);
|
||||
if (tabControl.Visible)
|
||||
{
|
||||
@ -100,6 +102,7 @@ namespace DesktopTools.Controls
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
_haveChages = false;
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
Loading…
Reference in New Issue
Block a user