summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-09-18 13:55:58 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-09-18 13:55:58 +0000
commit6cd8392bf65b7cba6e48bb2a9a25148f96c3c258 (patch)
tree349199e3917e532d669de0bac04ea772af9ea2c8 /src
parentUpdate ui file (diff)
downloadinkscape-6cd8392bf65b7cba6e48bb2a9a25148f96c3c258.tar.gz
inkscape-6cd8392bf65b7cba6e48bb2a9a25148f96c3c258.zip
Some styling to search bar
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/livepatheffect-add.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/livepatheffect-add.cpp b/src/ui/dialog/livepatheffect-add.cpp
index 5d5502c3f..f2d67bdd9 100644
--- a/src/ui/dialog/livepatheffect-add.cpp
+++ b/src/ui/dialog/livepatheffect-add.cpp
@@ -522,7 +522,7 @@ bool LivePathEffectAdd::on_filter(Gtk::FlowBoxChild *child)
}
Gtk::ToggleButton *experimental = dynamic_cast<Gtk::ToggleButton *>(contents[3]);
if (experimental) {
- if (experimental->get_active() && _LPEExperimental->get_active()) {
+ if (experimental->get_active() && !_LPEExperimental->get_active()) {
return false;
}
}