git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12386
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
/* Select box to split.
* Current algorithm: by population for first half, then by volume.
*/
/* Select box to split.
* Current algorithm: by population for first half, then by volume.
*/
- if (numboxes*2 <= desired_colors) {
+ if ((numboxes*2) <= desired_colors) {
b1 = find_biggest_color_pop(boxlist, numboxes);
} else {
b1 = find_biggest_volume(boxlist, numboxes);
b1 = find_biggest_color_pop(boxlist, numboxes);
} else {
b1 = find_biggest_volume(boxlist, numboxes);