@@ 250,11 250,11 @@ drawui(Uint32 *dst)
drawicon(dst, 0, bottom, brush.color == 1 ? icons[1] : icons[0], 1);
drawicon(dst, 8, bottom, brush.color == 2 ? icons[1] : icons[0], 2);
drawicon(dst, 16, bottom, brush.color == 3 ? icons[1] : icons[0], 3);
- drawicon(dst, 4 * 8, bottom, icons[2], brush.mode == 0 ? 2 : 3);
- drawicon(dst, 5 * 8, bottom, icons[3], brush.mode == 1 ? 2 : 3);
- drawicon(dst, 6 * 8, bottom, icons[4], brush.mode == 2 ? 2 : 3);
- drawicon(dst, 7 * 8, bottom, icons[5], brush.mode == 3 ? 2 : 3);
- drawicon(dst, 8 * 8, bottom, icons[6], brush.mode == 4 ? 2 : 3);
+ drawicon(dst, 4 * 8, bottom, icons[2], brush.mode == 0 ? 1 : 3);
+ drawicon(dst, 5 * 8, bottom, icons[3], brush.mode == 1 ? 1 : 3);
+ drawicon(dst, 6 * 8, bottom, icons[4], brush.mode == 2 ? 1 : 3);
+ drawicon(dst, 7 * 8, bottom, icons[5], brush.mode == 3 ? 1 : 3);
+ drawicon(dst, 8 * 8, bottom, icons[6], brush.mode == 4 ? 1 : 3);
}
void