summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-29 02:03:55 +0000
committerDavid Robillard <d@drobilla.net>2011-11-29 02:03:55 +0000
commita2eaefdb0cb77dd80636d5630203907ea71306ee (patch)
tree1c6f379511ec82fc8d172449b87d2283e331944e /src/gui
parente5418b8682ea9ae6df69661578194ffe9d9597d5 (diff)
downloadingen-a2eaefdb0cb77dd80636d5630203907ea71306ee.tar.gz
ingen-a2eaefdb0cb77dd80636d5630203907ea71306ee.tar.bz2
ingen-a2eaefdb0cb77dd80636d5630203907ea71306ee.zip
Remove all centering stuff. Nothing but trouble.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3686 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/PatchWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/PatchWindow.cpp b/src/gui/PatchWindow.cpp
index aa4c3330..eb388ca5 100644
--- a/src/gui/PatchWindow.cpp
+++ b/src/gui/PatchWindow.cpp
@@ -675,7 +675,7 @@ PatchWindow::event_zoom_normal()
void
PatchWindow::event_arrange()
{
- _view->canvas()->arrange(false, false);
+ _view->canvas()->arrange(false);
}
void