mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Eliminate rounding errors
This commit is contained in:
@@ -723,7 +723,7 @@ export var test_getLocationOnScreen_IsUndefinedWhenNotInTheVisualTree = function
|
||||
TKUnit.assertNull(label.getLocationOnScreen());
|
||||
}
|
||||
|
||||
var delta = 0.5;
|
||||
var delta = 0.1;
|
||||
export var test_getLocationRelativeToOtherView = function () {
|
||||
var a1 = new absoluteLayoutModule.AbsoluteLayout();
|
||||
a1.width = 200;
|
||||
|
||||
Reference in New Issue
Block a user