ZMYaro / paintz

A simple drawing app that runs in a web browser, designed to be an MS Paint substitute for Chromebooks and other Chrome OS devices. PaintZ is free, but please consider supporting development at https://ko-fi.com/ZMYaro or https://patreon.com/ZMYaro.
https://paintz.app
53 stars 11 forks source link

Text field colors do not update when colors changed from color picker dialog #233

Closed ZMYaro closed 1 year ago

ZMYaro commented 2 years ago

Steps to reproduce the behavior

  1. Create a text box.
  2. Type into it, optionally enable opaque background.
  3. Open the color picker dialog.
  4. Change the colors and save the new colors.

Expected behavior The colors should update in the text box.

Actual behavior The colors do not update until the text is rasterized unless they are changed via the toolbar.

ZMYaro commented 1 year ago

Implemented in https://github.com/ZMYaro/paintz/commit/8c5a2edc736536b64d7e40ef349e3361c65be997.