Changeset 6116 for geovis


Ignore:
Timestamp:
Mar 10, 2016 12:19:05 PM (8 years ago)
Author:
ldelgass
Message:

minor build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/Picker.cpp

    r6084 r6116  
    128128            toUnHover.insert(*itr);
    129129        }
    130         if (anno != NULL && anno->getDecoration().empty()) {
     130        if (anno != NULL) {
    131131            TRACE("Hit AnnotationNode: %p", anno);
    132132#if 0
    133             if (hovered.find(anno) == hovered.end()) {
     133            if (anno->getDecoration().empty() &&
     134                hovered.find(anno) == hovered.end()) {
    134135                hovered.insert(anno);
    135136                anno->setDecoration("hover");
Note: See TracChangeset for help on using the changeset viewer.