cknave/kevedit

Fill tool forces default color mode

Closed this issue · 2 comments

When using the fill tool ("f" key) with something in the custom pattern buffer selected and default color mode disabled, the fill will use the color of the tile in the pattern buffer and not the currently selected color.

To reproduce:
Put a blue gem in the pattern buffer.
Disable default color mode.
Change color to green.
Press "f" to fill a region.
The region will be filled with blue gems rather than green.

This also applies to the capital-F fill that uses the entire buffer as well.

Good find! This defect was introduced all the way back in 0.3.3 when flood fills were revamped

Fixed in 8380e5f