forgot to increment index
This commit is contained in:
parent
1f3d62d45e
commit
fe6105ea26
|
|
@ -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>());
|
||||
|
|
|
|||
Loading…
Reference in New Issue