summaryrefslogtreecommitdiff
path: root/libs/canvas/curve.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-03-20 13:29:29 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-03-20 13:29:45 -0400
commit9df3157dfc59c596bf8f044fc4ab5445a12f02a1 (patch)
treeb2f25278a186abc18ca7b8005329594e4b85e743 /libs/canvas/curve.cc
parent01c6266909bc7b1dce27a4d58d46be17f76c3f76 (diff)
big rework of scrolling, horizontal part considered almost 100% done.
Many more changes than I would typically like in a single commit, but this was all very intertwined. Vertical scrolling using track-stepping still to follow.
Diffstat (limited to 'libs/canvas/curve.cc')
-rw-r--r--libs/canvas/curve.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/canvas/curve.cc b/libs/canvas/curve.cc
index 128aea5462..af7e3c110a 100644
--- a/libs/canvas/curve.cc
+++ b/libs/canvas/curve.cc
@@ -402,7 +402,7 @@ Curve::render (Rect const & area, Cairo::RefPtr<Cairo::Context> context) const
context->restore ();
}
-#if 0
+#if 1
/* add points */
setup_fill_context (context);