IText.Text change now triggers a layout fixes #251
This commit is contained in:
Родитель
f47ad35a70
Коммит
4b34300a89
|
@ -37,6 +37,7 @@ namespace Comet
|
|||
protected static HashSet<string> PropertiesThatTriggerLayout = new()
|
||||
{
|
||||
nameof(IText.Font),
|
||||
nameof(IText.Text),
|
||||
nameof(IView.MinimumHeight),
|
||||
nameof(IView.MaximumHeight),
|
||||
nameof(IView.MinimumWidth),
|
||||
|
|
Загрузка…
Ссылка в новой задаче