summaryrefslogtreecommitdiffstats
path: root/src/widgets/dash-selector.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-08-09 14:00:05 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-08-09 14:00:05 +0000
commit09bce9d404f03608fc51e87a8d06f6ac30b0db10 (patch)
treeb2937d4c7df5de81601d61972d1831fc1dd5964a /src/widgets/dash-selector.cpp
parentFix 2 symbolic icons (diff)
downloadinkscape-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/dash-selector.cpp')
-rw-r--r--src/widgets/dash-selector.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/dash-selector.cpp b/src/widgets/dash-selector.cpp
index 3f1c91dc3..b2401fa93 100644
--- a/src/widgets/dash-selector.cpp
+++ b/src/widgets/dash-selector.cpp
@@ -60,6 +60,7 @@ SPDashSelector::SPDashSelector()
dash_combo.pack_start(image_renderer);
dash_combo.set_cell_data_func(image_renderer, sigc::mem_fun(*this, &SPDashSelector::prepareImageRenderer));
dash_combo.set_tooltip_text(_("Dash pattern"));
+ dash_combo.set_name("dashCombo");
dash_combo.show();
dash_combo.signal_changed().connect( sigc::mem_fun(*this, &SPDashSelector::on_selection) );