Skip to content
Snippets Groups Projects
Verified Commit 61a331f4 authored by dos's avatar dos
Browse files

scope: Don't stroke the scope's path

Stroking limits the usefulness of this function, as applications
may want to do something else than stroking the scope's path.
parent 93e13a9f
Branches
No related tags found
No related merge requests found
...@@ -110,6 +110,4 @@ void st3m_scope_draw(Ctx *ctx) { ...@@ -110,6 +110,4 @@ void st3m_scope_draw(Ctx *ctx) {
int y = scope.read_buffer[i] >> shift; int y = scope.read_buffer[i] >> shift;
ctx_line_to(ctx, x, y); ctx_line_to(ctx, x, y);
} }
ctx_stroke(ctx);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment