Skip to content

Commit 2a42d17

Browse files
authored
Update checkbox.ios.ts
1 parent b056b52 commit 2a42d17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

checkbox.ios.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,10 @@ export class CheckBoxStyler implements style.Styler {
295295

296296
public static registerHandlers() {
297297
style.registerHandler(style.borderColorProperty, new style.StylePropertyChangedHandler(CheckBoxStyler.setBorderColorProperty, CheckBoxStyler.resetColorProperty), "CheckBox");
298-
style.registerHandler(style.borderWidthProperty, new style.StylePropertyChangedHandler(CheckBoxStyler.setBorderWidthProperty, CheckBoxStyler.resetColorProperty), "CheckBox");
298+
/* style.registerHandler(style.borderWidthProperty, new style.StylePropertyChangedHandler(CheckBoxStyler.setBorderWidthProperty, CheckBoxStyler.resetColorProperty), "CheckBox"); */ //removed for 2.4+
299299

300300
style.registerHandler(style.borderRadiusProperty, style.ignorePropertyHandler, "CheckBox");
301301
}
302302
}
303303

304-
CheckBoxStyler.registerHandlers();
304+
CheckBoxStyler.registerHandlers();

0 commit comments

Comments
 (0)