mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Re-apply TextBase.formattedText after a style property change
Resolves #1078
This commit is contained in:
@@ -861,6 +861,8 @@ export class Style extends DependencyObservable implements styling.Style {
|
||||
} else {
|
||||
(<any>handler).applyProperty(property, this._view, newValue);
|
||||
}
|
||||
|
||||
this._view._onStylePropertyChanged(property);
|
||||
}
|
||||
}
|
||||
catch (ex) {
|
||||
|
||||
Reference in New Issue
Block a user