forgot to increment index

This commit is contained in:
David Rose 2006-04-28 17:12:12 +00:00
parent 1f3d62d45e
commit fe6105ea26
1 changed files with 1 additions and 0 deletions

View File

@ -1202,6 +1202,7 @@ do_determine_display_regions() {
} else {
display_region->set_active_index(-1);
}
++index;
}
stable_sort(_active_display_regions.begin(), _active_display_regions.end(), IndirectLess<DisplayRegion>());