From cfa7574decf295534107d391c859e5af4417d888 Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Sat, 2 Apr 2011 18:28:44 +0100 Subject: [PATCH] Correctly redraw junction nodes when removed from a way --- net/systemeD/halcyon/NodeUI.as | 1 + 1 file changed, 1 insertion(+) diff --git a/net/systemeD/halcyon/NodeUI.as b/net/systemeD/halcyon/NodeUI.as index 4d842438..204c14f8 100644 --- a/net/systemeD/halcyon/NodeUI.as +++ b/net/systemeD/halcyon/NodeUI.as @@ -70,6 +70,7 @@ package net.systemeD.halcyon { var tags:Object = entity.getTagsCopy(); setStateClass('poi', !entity.hasParentWays); + setStateClass('junction', entity.numParentWays>1); setStateClass('hasTags', entity.hasInterestingTags()); setStateClass('dupe', Node(entity).isDupe()); tags=applyStateClasses(tags); -- 2.37.0