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
405 stars 57 forks source link

Dropdown panel "Pen" and "Back" disappears without moving cursor #287

Closed shaitanmind closed 2 years ago

shaitanmind commented 3 years ago

Steps to reproduce:

  1. open LazPaint
  2. move cursor on "Pen" or "Back" panel
  3. click on any arrow on dropdown panel without moving cursor within 3-4 sec

Expected result: Panel stay still until we reached needed value

Actual result: Panel disappears while we keep clicking

(OS Win 10)

circular17 commented 2 years ago

Indeed.

circular17 commented 2 years ago

Todo: reset the timer by calling the show panel function when changing the opacity.

circular17 commented 2 years ago

done on dev