From c4e500067e2fe4a88562d0caf42e3dac4bfdcd94 Mon Sep 17 00:00:00 2001 From: LaPeGa Date: Fri, 9 Oct 2020 14:19:20 -0300 Subject: [PATCH] Workaround for picker not editing colors I've add only only line, this works ok when selecting a color and editing it. --- lib/linux_colorpicker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/linux_colorpicker.py b/lib/linux_colorpicker.py index 3edfed6..4afddf3 100644 --- a/lib/linux_colorpicker.py +++ b/lib/linux_colorpicker.py @@ -7,6 +7,7 @@ try: from gi.repository import Gtk + from gi.repository import Gdk except ImportError: try: import gtk as Gtk