diff options
author | David Robillard <d@drobilla.net> | 2011-11-29 02:03:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-29 02:03:55 +0000 |
commit | 583a65a259c568b22526c581f50ef89aea9698eb (patch) | |
tree | 8543a2bc8ba09631913b7454070d1ecfad5e51c7 /src/Patchage.cpp | |
parent | 744ca0bbcc3d3f5e53dcdbc436c676fd4f8cc6af (diff) | |
download | patchage-583a65a259c568b22526c581f50ef89aea9698eb.tar.gz patchage-583a65a259c568b22526c581f50ef89aea9698eb.tar.bz2 patchage-583a65a259c568b22526c581f50ef89aea9698eb.zip |
Remove all centering stuff. Nothing but trouble.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3686 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r-- | src/Patchage.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp index 2aad750..13edebe 100644 --- a/src/Patchage.cpp +++ b/src/Patchage.cpp @@ -304,7 +304,6 @@ Patchage::idle_callback() // Initial run, attach if (_attach) { attach(); - _canvas->scroll_to_center(); _attach = false; } |