Font editors has been fixed

This commit is contained in:
Arin Alexander
2018-07-11 13:29:12 +03:00
parent 449c9a47bd
commit 90ec21d2ab
7 changed files with 10 additions and 10 deletions

View File

@@ -971,7 +971,7 @@ void TextItem::setTextItemFont(QFont value)
if (font()!=value){
QFont oldValue = font();
setFont(value);
update();
if (!isLoading()) update();
notify("font",oldValue,value);
}
}