Skip to content

Commit e0236ec

Browse files
committed
Merge branch 'master' of github.com:Zyten/ColorPicker
2 parents f85cf49 + 5f63c3c commit e0236ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ColorPickerWindow.vala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ namespace ColorPicker {
179179

180180
int id = color_format_combobox.get_active ();
181181
update_color_format_combobox_text (format_entry, id);
182-
182+
Gtk.Clipboard.get_default (this.get_display ()).set_text (ext_active_color.to_uppercase_hex_string (), -1);
183183
color_history.add_color (ext_active_color);
184184

185185
var c_list = color_history.get_color_list ();

0 commit comments

Comments
 (0)