Fix warning.

This commit is contained in:
Adam Treat 2023-05-31 20:09:05 -04:00
parent 220e5547db
commit 95244a4d78

View File

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