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:
@@ -1161,4 +1161,8 @@ export class View extends ProxyObject implements definition.View {
|
||||
public _setNativeViewFrame(nativeView: any, frame: any) {
|
||||
//
|
||||
}
|
||||
|
||||
public _onStylePropertyChanged(property: Property): void {
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
1
ui/core/view.d.ts
vendored
1
ui/core/view.d.ts
vendored
@@ -555,6 +555,7 @@ declare module "ui/core/view" {
|
||||
_nativeView: any;
|
||||
_isVisible: boolean;
|
||||
_setNativeViewFrame(nativeView: any, frame: any): void;
|
||||
_onStylePropertyChanged(property: dependencyObservable.Property): void;
|
||||
//@endprivate
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user