diff --git a/cmd/hello/FyneApp.toml b/cmd/hello/FyneApp.toml deleted file mode 100644 index 5b28851ceb..0000000000 --- a/cmd/hello/FyneApp.toml +++ /dev/null @@ -1,6 +0,0 @@ -[Details] - Icon = "../../theme/icons/fyne.png" - Name = "Fyne Hello" - ID = "io.fyne.hello" - Version = "2.3.0" - Build = 1 diff --git a/internal/painter/gl/draw.go b/internal/painter/gl/draw.go index 680f554c91..981e02a65a 100644 --- a/internal/painter/gl/draw.go +++ b/internal/painter/gl/draw.go @@ -158,7 +158,7 @@ func (p *painter) drawRectangle(rect *canvas.Rectangle, pos fyne.Position, frame p.logError() // Fragment: END - p.ctx.DrawArrays(triangles, 0, 6) + p.ctx.DrawArrays(triangleStrip, 0, 4) p.logError() p.freeBuffer(vbo) }