From 43a030b26c4d07270275013b797b7a9c13e9c09e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 26 Feb 2010 02:43:23 +0000 Subject: Arrange at the top left and scroll to top left corner by default. This seems much saner than in the "middle" of some arbitrarily large canvas (which was never quite right), which requires that size to be hardcoded everywhere. This way Feels tighter and more document based to me as well... git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2496 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/PatchWindow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/gui/PatchWindow.cpp') diff --git a/src/gui/PatchWindow.cpp b/src/gui/PatchWindow.cpp index 27e2737e..39544808 100644 --- a/src/gui/PatchWindow.cpp +++ b/src/gui/PatchWindow.cpp @@ -254,8 +254,6 @@ PatchWindow::set_patch(SharedPtr patch, SharedPtr view) show_all(); - _view->canvas()->scroll_to_center(); - _view->signal_object_entered.connect(sigc::mem_fun(this, &PatchWindow::object_entered)); _view->signal_object_left.connect(sigc::mem_fun(this, &PatchWindow::object_left)); -- cgit v1.2.1