diff --git a/APPL/CAD/mySlnk2IMG.asp b/APPL/CAD/mySlnk2IMG.asp index 811fda02e9..777bfdf7b3 100644 --- a/APPL/CAD/mySlnk2IMG.asp +++ b/APPL/CAD/mySlnk2IMG.asp @@ -595,8 +595,8 @@ function myIMGProcessor(IMGHandle) // Vertaal dat zo mogelijk naar alg_ruimte_key dan wel ins_deel_key function myFindKeys(SlnkEvent) { - if (SlnkEvent.TextLabel != "" && SlnkEvent.TextLayer == "SLNK Labels") - { // Precies op ruimte label geklikt negeren we + if (SlnkEvent.TextLabel != "" && (SlnkEvent.TextLayer == "SLNK Labels" || SlnkEvent.TextLayer == "SLNK Symbols")) + { // Precies op ruimte of object label geklikt negeren we SlnkEvent.TextLabel = ""; SlnkEvent.TextLayer = ""; }