mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-04 12:00:10 +00:00
Fix warning.
This commit is contained in:
parent
220e5547db
commit
95244a4d78
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user