diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2018-08-09 14:00:05 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2018-08-09 14:00:05 +0000 |
| commit | 09bce9d404f03608fc51e87a8d06f6ac30b0db10 (patch) | |
| tree | b2937d4c7df5de81601d61972d1831fc1dd5964a /src/widgets/stroke-marker-selector.cpp | |
| parent | Fix 2 symbolic icons (diff) | |
| download | inkscape-09bce9d404f03608fc51e87a8d06f6ac30b0db10.tar.gz inkscape-09bce9d404f03608fc51e87a8d06f6ac30b0db10.zip | |
Fix bug pointed by moini in https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271
Diffstat (limited to 'src/widgets/stroke-marker-selector.cpp')
| -rw-r--r-- | src/widgets/stroke-marker-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/stroke-marker-selector.cpp b/src/widgets/stroke-marker-selector.cpp index dfa8614a1..006589a33 100644 --- a/src/widgets/stroke-marker-selector.cpp +++ b/src/widgets/stroke-marker-selector.cpp @@ -55,7 +55,7 @@ MarkerComboBox::MarkerComboBox(gchar const *id, int l) : pack_start(image_renderer, false); set_cell_data_func(image_renderer, sigc::mem_fun(*this, &MarkerComboBox::prepareImageRenderer)); gtk_combo_box_set_row_separator_func(GTK_COMBO_BOX(gobj()), MarkerComboBox::separator_cb, nullptr, nullptr); - + gtk_widget_set_name(GTK_WIDGET(gobj()), "markerCombo"); empty_image = sp_get_icon_image("no-marker", Gtk::ICON_SIZE_SMALL_TOOLBAR); sandbox = ink_markers_preview_doc (); |
