MENZ#91325 Werkplekken aanklikken werkt niet goed
svn path=/Website/branches/v2025.4/; revision=70815
This commit is contained in:
@@ -595,8 +595,8 @@ function myIMGProcessor(IMGHandle)
|
|||||||
// Vertaal dat zo mogelijk naar alg_ruimte_key dan wel ins_deel_key
|
// Vertaal dat zo mogelijk naar alg_ruimte_key dan wel ins_deel_key
|
||||||
function myFindKeys(SlnkEvent)
|
function myFindKeys(SlnkEvent)
|
||||||
{
|
{
|
||||||
if (SlnkEvent.TextLabel != "" && SlnkEvent.TextLayer == "SLNK Labels")
|
if (SlnkEvent.TextLabel != "" && (SlnkEvent.TextLayer == "SLNK Labels" || SlnkEvent.TextLayer == "SLNK Symbols"))
|
||||||
{ // Precies op ruimte label geklikt negeren we
|
{ // Precies op ruimte of object label geklikt negeren we
|
||||||
SlnkEvent.TextLabel = "";
|
SlnkEvent.TextLabel = "";
|
||||||
SlnkEvent.TextLayer = "";
|
SlnkEvent.TextLayer = "";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user