Sun, 19 May 2013 00:12:02 +0300
Always scroll to selection after building the object list. Maybe this is less irritating to deal with...
--- a/src/gui.cpp Sun May 19 00:09:39 2013 +0300 +++ b/src/gui.cpp Sun May 19 00:12:02 2013 +0300 @@ -676,6 +676,7 @@ g_bSelectionLocked = false; updateSelection (); + scrollToSelection (); } // =============================================================================