Forward color picker preview mouse button events to the window underneath.

This commit is contained in:
Pāvels Nadtočajevs 2025-02-01 21:23:51 +02:00
parent 568d6286e0
commit 09822ea1a9
2 changed files with 31 additions and 3 deletions

View file

@ -211,6 +211,7 @@ private:
Color color;
Color old_color;
Color pre_picking_color;
bool is_picking_color = false;
bool display_old_color = false;