- Timestamp:
- Mar 10, 2016 12:19:05 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
geovis/trunk/Picker.cpp
r6084 r6116 128 128 toUnHover.insert(*itr); 129 129 } 130 if (anno != NULL && anno->getDecoration().empty()) {130 if (anno != NULL) { 131 131 TRACE("Hit AnnotationNode: %p", anno); 132 132 #if 0 133 if (hovered.find(anno) == hovered.end()) { 133 if (anno->getDecoration().empty() && 134 hovered.find(anno) == hovered.end()) { 134 135 hovered.insert(anno); 135 136 anno->setDecoration("hover");
Note: See TracChangeset
for help on using the changeset viewer.