summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-24 22:07:24 +0000
committerDavid Robillard <d@drobilla.net>2012-04-24 22:07:24 +0000
commit15d4fba20c9fc2be562d73b72d8e8041b847976b (patch)
tree06e3c7243316a85131cbe658a018f6987e8ec734 /src
parent717da45334185e4aa920baf398150d9c8cfa5c5c (diff)
downloadingen-15d4fba20c9fc2be562d73b72d8e8041b847976b.tar.gz
ingen-15d4fba20c9fc2be562d73b72d8e8041b847976b.tar.bz2
ingen-15d4fba20c9fc2be562d73b72d8e8041b847976b.zip
Move more implementation to C GanvCanvas.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4265 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r--src/gui/PatchBox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PatchBox.cpp b/src/gui/PatchBox.cpp
index 820c2a7b..bd47a88a 100644
--- a/src/gui/PatchBox.cpp
+++ b/src/gui/PatchBox.cpp
@@ -657,7 +657,7 @@ PatchBox::event_zoom_normal()
void
PatchBox::event_arrange()
{
- _view->canvas()->arrange(false);
+ _view->canvas()->arrange();
}
void