summaryrefslogtreecommitdiffstats
path: root/src/PatchageCanvas.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-06-09 15:54:13 +0000
committerDavid Robillard <d@drobilla.net>2008-06-09 15:54:13 +0000
commit447bc996655de10ab687c9d36a4817681d044b61 (patch)
tree3e67e37084fae7fb82c2a963274fef2b2ee82df5 /src/PatchageCanvas.cpp
parent902f71e067d60a92abc6742eddd4e76075b729cd (diff)
downloadpatchage-447bc996655de10ab687c9d36a4817681d044b61.tar.gz
patchage-447bc996655de10ab687c9d36a4817681d044b61.tar.bz2
patchage-447bc996655de10ab687c9d36a4817681d044b61.zip
Scroll canvas with arrow keys.
git-svn-id: http://svn.drobilla.net/lad/patchage@1242 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageCanvas.cpp')
-rw-r--r--src/PatchageCanvas.cpp4
1 files changed, 2 insertions, 2 deletions
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)
{
}