Always scroll to selection after building the object list. Maybe this is less irritating to deal with...

Sun, 19 May 2013 00:12:02 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Sun, 19 May 2013 00:12:02 +0300
changeset 218
2a65ad4972a8
parent 217
cad8c046f27a
child 219
70eb948a2b02

Always scroll to selection after building the object list. Maybe this is less irritating to deal with...

src/gui.cpp file | annotate | diff | comparison | revisions
--- 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 ();
 }
 
 // =============================================================================

mercurial