aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--twittperator/twlist-win.tw3
1 files changed, 3 insertions, 0 deletions
diff --git a/twittperator/twlist-win.tw b/twittperator/twlist-win.tw
index 230c8c6..674f4f3 100644
--- a/twittperator/twlist-win.tw
+++ b/twittperator/twlist-win.tw
@@ -153,6 +153,9 @@ let winXML = <>
keepMaxRows(box);
if (doSetSymbol)
setNewSymbol(box);
+
+ if (box.selectedIndex >= 0)
+ box.ensureIndexIsVisible(box.selectedIndex);
}
function xmlToDom(xml, xmlns) {
XML.prettyPrinting = false;