bgrabitmap / lazpaint

🎨 Cross-platform image editor with raster and vector layers similar to Paint.Net written in Lazarus (Free Pascal)
https://lazpaint.github.io/
GNU General Public License v3.0
401 stars 55 forks source link

The printed text is invisible until press the left mouse button #492

Open Badchaos11 opened 2 years ago

Badchaos11 commented 2 years ago

Description: While the text is being printed it is invisible. So, it’s impossible to check it in process.

Steps to reproduce:

  1. Open LazPaint;
  2. Create Text area;
  3. Print anything.

Expected result: When a key is pressed, the symbol is displayed. Actual result: Text is invisible

https://user-images.githubusercontent.com/98452721/151147913-1ce55f79-6395-4124-8ea0-d96737196b12.mp4

circular17 commented 2 years ago

I suppose this is about extending the text area as the user types text.

Related to https://github.com/bgrabitmap/lazpaint/issues/455 and https://github.com/bgrabitmap/lazpaint/issues/446