# HG changeset patch # User Santeri Piippo # Date 1368911522 -10800 # Node ID 2a65ad4972a8ed46a9609c297cc45aeacff6d714 # Parent cad8c046f27aa6eab4f59679965b707d167cfff7 Always scroll to selection after building the object list. Maybe this is less irritating to deal with... diff -r cad8c046f27a -r 2a65ad4972a8 src/gui.cpp --- 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 (); } // =============================================================================