From 8f25e7c28031c979549f21fc856264e7a2681dd7 Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Fri, 28 Jan 2011 13:04:17 +0000 Subject: [PATCH] this was slowing DrawWay down something chronic - though I suspect the tag panel can still be sped up --- net/systemeD/potlatch2/controller/DrawWay.as | 1 - 1 file changed, 1 deletion(-) diff --git a/net/systemeD/potlatch2/controller/DrawWay.as b/net/systemeD/potlatch2/controller/DrawWay.as index d56eb383..51521611 100644 --- a/net/systemeD/potlatch2/controller/DrawWay.as +++ b/net/systemeD/potlatch2/controller/DrawWay.as @@ -48,7 +48,6 @@ package net.systemeD.potlatch2.controller { controller.map.setPurgable([node], false); resetElastic(node); lastClick=node; - controller.updateSelectionUI(); } else if ( entity is Node ) { if (entity==lastClick && (new Date().getTime()-lastClickTime.getTime())<1000) { if (Way(firstSelected).length==1 && Way(firstSelected).getNode(0).parentWays.length==1) { -- 2.36.1