You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever pressing "ok" I get this issue, and it looks like the colorPicker is not doing anything:
traceback (most recent call last):
File "/PATH/TO/SUBLIME/Packages/ColorPicker/lib/linux_colorpicker.py", line 26, in
if color_sel.run() == getattr(Gtk, 'RESPONSE_OK', Gtk.ResponseType.OK):
AttributeError: type object 'ResponseType' has no attribute 'OK'
Removing the ".OK" from that line fixes it just fine. Anyway that was my quick workaround
The text was updated successfully, but these errors were encountered:
Whenever pressing "ok" I get this issue, and it looks like the colorPicker is not doing anything:
traceback (most recent call last):
File "/PATH/TO/SUBLIME/Packages/ColorPicker/lib/linux_colorpicker.py", line 26, in
if color_sel.run() == getattr(Gtk, 'RESPONSE_OK', Gtk.ResponseType.OK):
AttributeError: type object 'ResponseType' has no attribute 'OK'
Removing the ".OK" from that line fixes it just fine. Anyway that was my quick workaround
The text was updated successfully, but these errors were encountered: