Compare commits

..

No commits in common. "91bfe12f3865ff05b345903894227bf9bfd1001e" and "fc92e4059a4506eb8a5663820ab66ff4d3280739" have entirely different histories.

View File

@ -1321,7 +1321,7 @@ class CheckButton extends XFAObject {
[$toHTML](availableSpace) {
// TODO: border, shape and mark.
const style = toStyle(this, "margin");
const style = toStyle("margin");
const size = measureToString(this.size);
style.width = style.height = size;