From e2ab911b13c0481f48882740524311de62dadbc7 Mon Sep 17 00:00:00 2001 From: Richard Fairhurst Date: Tue, 30 Nov 2010 21:07:16 +0000 Subject: [PATCH] kill stupid tab bug --- net/systemeD/potlatch2/TagGrid.mxml | 1 + 1 file changed, 1 insertion(+) diff --git a/net/systemeD/potlatch2/TagGrid.mxml b/net/systemeD/potlatch2/TagGrid.mxml index 7a2f462d..f8d5f4bd 100644 --- a/net/systemeD/potlatch2/TagGrid.mxml +++ b/net/systemeD/potlatch2/TagGrid.mxml @@ -75,6 +75,7 @@ } private function updateTagDataProvider():void { + validateNow(); tagDataProvider.removeAll(); if (selectedEntity==null) { return; } var tags:Array = selectedEntity.getTagArray(); -- 2.30.0