Changeset 8291

Show
Ignore:
Timestamp:
09/12/11 13:02:21 (6 months ago)
Author:
westram
Message:
  • crashed when showing NDS list of marked species and deleting all marked [fixed]
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SL/TREEDISP/TreeDisplay.cxx

    r8234 r8291  
    24532453 
    24542454    GBDATA *gb_species = nds_show_all ? GBT_first_species(gb_main) : GBT_first_marked_species(gb_main); 
    2455     { 
     2455    if (gb_species) { 
    24562456        int skip_over = (y1-y_position)/scaled_branch_distance-2; 
    24572457        if (skip_over>0) {