Fix warning.

pull/785/head
Adam Treat 1 year ago
parent 220e5547db
commit 95244a4d78

@ -65,6 +65,7 @@ ComboBox {
}
onPaint: {
var context = getContext("2d");
context.reset();
context.lineWidth = 2;
context.moveTo(0, height / 2 - 2);

Loading…
Cancel
Save