From 5c6bc5db345480452c8296311d23987a2810d61c Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Mon, 27 Aug 2018 11:03:05 -0400 Subject: [PATCH] Extended the code of the previous commit to include attaching labels to geometry defined using either the "port" or "text" options of the "label" statement in a cifinput section. --- calma/CalmaRdpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calma/CalmaRdpt.c b/calma/CalmaRdpt.c index ba421ac1..8c679ce6 100644 --- a/calma/CalmaRdpt.c +++ b/calma/CalmaRdpt.c @@ -290,7 +290,7 @@ calmaElementBoundary() if (rp != NULL) { if ((ciftype >= 0) && - ((cifCurReadStyle->crs_labelSticky[ciftype] == LABEL_TYPE_PORT))) + ((cifCurReadStyle->crs_labelSticky[ciftype] != LABEL_TYPE_NONE))) { Label *lab; TileType type;