summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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