summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-08-05 07:26:21 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-08-05 07:26:21 +0000
commit1ddcf4688a13701d9de2bcf9c970226e9fba2ddd (patch)
tree804360ea8f69372fbf92ce73b74527f84f16bf5c /src/ui/widget/selected-style.cpp
parentExporting. Optimized SVG output extension update (scour). (diff)
downloadinkscape-1ddcf4688a13701d9de2bcf9c970226e9fba2ddd.tar.gz
inkscape-1ddcf4688a13701d9de2bcf9c970226e9fba2ddd.zip
Fix for 484135 : clicking on the stroke size doesn't open the dialog box
(bzr r11592)
Diffstat (limited to 'src/ui/widget/selected-style.cpp')
-rw-r--r--src/ui/widget/selected-style.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp
index 867ec62a9..a37f36eea 100644
--- a/src/ui/widget/selected-style.cpp
+++ b/src/ui/widget/selected-style.cpp
@@ -333,6 +333,7 @@ SelectedStyle::SelectedStyle(bool /*layout*/)
_stroke_place.signal_button_release_event().connect(sigc::mem_fun(*this, &SelectedStyle::on_stroke_click));
_opacity_place.signal_button_press_event().connect(sigc::mem_fun(*this, &SelectedStyle::on_opacity_click));
_stroke_width_place.signal_button_press_event().connect(sigc::mem_fun(*this, &SelectedStyle::on_sw_click));
+ _stroke_width_place.signal_button_release_event().connect(sigc::mem_fun(*this, &SelectedStyle::on_sw_click));
_opacity_sb.signal_populate_popup().connect(sigc::mem_fun(*this, &SelectedStyle::on_opacity_menu));
_opacity_sb.signal_value_changed().connect(sigc::mem_fun(*this, &SelectedStyle::on_opacity_changed));