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

No tooltip for layer visibility toggle widget #450

Closed rj-rl closed 2 years ago

rj-rl commented 2 years ago

Severity Cosmetic

Defect descirption No mouse hover tooltip is displayed for layer visibility toggle widget

Steps to reproduce

Expected result A tooltip appears, with text along the lines of "toggles layer's visibility"

Actual result No tooltip

Environment Windows 10, build 19042.1415, version 20H2 LazPaint 7.1.6 (64-bit)

Additional comments Feels bad for a new user to stumble upon a UI element with unkown functionality and no tooltip, not even with the name of the element.

https://user-images.githubusercontent.com/84194921/146569279-4e36580e-b3bc-4188-b011-b1e296dc0b20.mp4

circular17 commented 2 years ago

okay

circular17 commented 2 years ago

Related to https://github.com/bgrabitmap/lazpaint/issues/498

circular17 commented 2 years ago

Could be implemented in a similar way as the tooltip about the layer type (under the visible checkbox)

circular17 commented 2 years ago

done by #498