diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-13 00:24:21 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-06-13 00:24:32 +0000 |
| commit | 1442b0b18b3b70e636f4c8d0f5591f1ff1afa55e (patch) | |
| tree | 098c1eec28dbede627fcc643818d15022023fc5c /src/ui/widget/selected-style.cpp | |
| parent | Improve event handle (diff) | |
| download | inkscape-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.cpp | 2 |
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; } |
