summaryrefslogtreecommitdiffstats
path: root/src/widgets/button.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/button.cpp')
-rw-r--r--src/widgets/button.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/button.cpp b/src/widgets/button.cpp
index 7ebc20b6f..19443716c 100644
--- a/src/widgets/button.cpp
+++ b/src/widgets/button.cpp
@@ -227,7 +227,7 @@ static void sp_button_action_set_active(SPButton *button, bool active)
}
/* temporarily lobotomized until SPActions are per-view */
- if (0 && !active != !SP_BUTTON_IS_DOWN(button)) {
+ if (false && !active != !SP_BUTTON_IS_DOWN(button)) {
sp_button_toggle_set_down(button, active);
}
}