[Github-comments] [geany/geany] Fix converting color to hex for insertion (#1536)

Vasiliy Faronov notifications at xxxxx
Mon Jul 10 14:03:13 UTC 2017


@elextr 

I think the dumbed down version is a different API — [`GtkColorChooserDialog`](https://developer.gnome.org/gtk3/stable/GtkColorChooserDialog.html) (new in GTK+3) — while Geany only uses the traditional [`GtkColorSelectionDialog`](https://developer.gnome.org/gtk2/stable/GtkColorSelectionDialog.html) ([deprecated in GTK+3](https://developer.gnome.org/gtk3/stable/GtkColorSelectionDialog.html#gtk-color-selection-dialog-new)).

By the way, when you tried to reproduce this, did you select the color by clicking on the ring/triangle, or did you directly adjust the individual inputs like H/S/V? It could be that only the ring/triangle have enough resolution to trigger this issue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1536#issuecomment-314115048
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170710/5729aac9/attachment.html>


More information about the Github-comments mailing list