summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/selected-style.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-06-13 00:24:21 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-06-13 00:24:32 +0000
commit1442b0b18b3b70e636f4c8d0f5591f1ff1afa55e (patch)
tree098c1eec28dbede627fcc643818d15022023fc5c /src/ui/widget/selected-style.cpp
parentImprove event handle (diff)
downloadinkscape-1442b0b18b3b70e636f4c8d0f5591f1ff1afa55e.tar.gz
inkscape-1442b0b18b3b70e636f4c8d0f5591f1ff1afa55e.zip
Try to fix issue with focus with thomas and add also stops to combos and unitcombos
Diffstat (limited to 'src/ui/widget/selected-style.cpp')
-rw-r--r--src/ui/widget/selected-style.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/selected-style.cpp b/src/ui/widget/selected-style.cpp
index ea053765b..0adf7997e 100644
--- a/src/ui/widget/selected-style.cpp
+++ b/src/ui/widget/selected-style.cpp
@@ -1177,7 +1177,7 @@ void SelectedStyle::on_opacity_changed ()
_("Change opacity"));
// resume interruptibility
_desktop->getCanvas()->endForcedFullRedraws();
- spinbutton_defocus(GTK_WIDGET(_opacity_sb.gobj()));
+ // spinbutton_defocus(GTK_WIDGET(_opacity_sb.gobj()));
_opacity_blocked = false;
}