Changeset 6432 for geovis


Ignore:
Timestamp:
Jul 19, 2016 2:43:50 PM (8 years ago)
Author:
ldelgass
Message:

Fix crash on clearing selection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • geovis/trunk/Renderer.cpp

    r6424 r6432  
    18581858    _selected.clear();
    18591859    SelectPlaceNodesVisitor spnv(this, latMin, latMax, longMin, longMax);
    1860     _sceneRoot->accept(spnv);
     1860    _placeNodes->accept(spnv);
    18611861    _needsRedraw = true;
    18621862}
Note: See TracChangeset for help on using the changeset viewer.