Skip to content

ColorChooser, re-enable seeing the color under the pointer when picking color with x11.

Bruce Steers requested to merge bsteers4/gambas:color-chooser into master

[GB.FORM]

  • BUG: color picker of ColorChooser.class shows the color under the mouse again if using x11.

Notes: this change restores previous behavior only when using x11.

with wayland the PickColor portal function shows the color in the cursor. Currently with x11 no color is shown at all. If you eventually change x11 to also use the portal then this code can go.

Respects BruceS

Merge request reports