From 77c53bbae0ec1237e4cbbab197fbb020945c40e6 Mon Sep 17 00:00:00 2001 From: "neil%parkwaycc.co.uk" Date: Sat, 8 May 2004 20:51:57 +0000 Subject: [PATCH] Restoring accidentally deleted line :-[ b=243027 r=varga sr=alecf git-svn-id: svn://10.0.0.236/trunk@156147 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/global/resources/content/bindings/tree.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpfe/global/resources/content/bindings/tree.xml b/mozilla/xpfe/global/resources/content/bindings/tree.xml index 7948e5d7d9e..225691715f7 100644 --- a/mozilla/xpfe/global/resources/content/bindings/tree.xml +++ b/mozilla/xpfe/global/resources/content/bindings/tree.xml @@ -313,6 +313,7 @@ } catch (e) {} // Extend the selection from the existing pivot, if any this.view.selection.rangedSelect(-1, c + 1, false); + this.treeBoxObject.ensureRowIsVisible(c + 1); ]]>