From 5d63f929b1a4f87bf7404e552bc160ff4543b612 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 16 Jun 2014 12:18:32 -0400 Subject: [PATCH] wizard comp effect disabling now disables all effects fix T1345 --- src/modules/wizard/page_150.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/wizard/page_150.c b/src/modules/wizard/page_150.c index 444e5cb64..2064fa968 100644 --- a/src/modules/wizard/page_150.c +++ b/src/modules/wizard/page_150.c @@ -124,6 +124,7 @@ wizard_page_hide(E_Wizard_Page *pg __UNUSED__) conf->match.disable_borders = conf->match.disable_popups = conf->match.disable_menus = + conf->match.disable_objects = conf->match.disable_overrides = 1; }