LT-359: Hide handles when Temp measurement tool is not active

This commit is contained in:
Eloízio Salgado 2016-11-17 13:41:13 -02:00
parent dc813d1985
commit b3b6f91bfe

View File

@ -63,7 +63,8 @@ function configureTools() {
// Add shadow to length tool // Add shadow to length tool
length.setConfiguration({ length.setConfiguration({
...lengthConfig, ...lengthConfig,
...shadowConfig ...shadowConfig,
drawHandlesOnHover: true
}); });
// Add shadow to length tool // Add shadow to length tool