mbrlabs / Lorien

Infinite canvas drawing/whiteboarding app for Windows, Linux and macOS. Made with Godot.
MIT License
5.55k stars 241 forks source link

Maintain selected color when adding to palette #176

Closed borboss closed 2 years ago

borboss commented 2 years ago

Not a major change; just uses the last selected color for the new color when creating a palette.

In most programs (even ms paint), when adding a color to a palette it doesn't reset the color to white. Instead, it keeps the selected color.

See GIF of changes: Gif of Palette Selector .

borboss commented 2 years ago

Here's how it was before. Note the reset to white: Before Change

mbrlabs commented 2 years ago

Thanks!