From 447bc996655de10ab687c9d36a4817681d044b61 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 9 Jun 2008 15:54:13 +0000 Subject: Scroll canvas with arrow keys. git-svn-id: http://svn.drobilla.net/lad/patchage@1242 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageCanvas.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/PatchageCanvas.cpp') diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp index 1a06674..565e703 100644 --- a/src/PatchageCanvas.cpp +++ b/src/PatchageCanvas.cpp @@ -31,8 +31,8 @@ #endif PatchageCanvas::PatchageCanvas(Patchage* app, int width, int height) -: FlowCanvas::Canvas(width, height), - _app(app) + : FlowCanvas::Canvas(width, height) + , _app(app) { } -- cgit v1.2.1