osdialog icon indicating copy to clipboard operation
osdialog copied to clipboard

Set given color as initial color in gtk color picker

Open ttytm opened this issue 1 year ago • 0 comments

  • Sets the given color as initial color. Keeps the given value if the users doesn't change the color dialog. gtk2 Example when passing an initial color of r: 200,g: 255, b: 255, a: 100:

    Currently it's always: Screenshot_20231006_182452 When the user chooses okay, the color r: 255, g: 255, b: 255, a: 255 is returned, no matter the initial input.

    Now, it opens with the values that are passed initially: Screenshot_20231006_182514 and keeps them when confirming the dialog without further changes.

    This would resemble the behavior of the color picker windows.

ttytm avatar Oct 06 '23 16:10 ttytm