diff options
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; } |