From 03d29162a087d750e396b8ccb754f92168c61f8b Mon Sep 17 00:00:00 2001 From: Michelle D'Souza Date: Wed, 18 Sep 2013 12:14:00 -0400 Subject: [PATCH] FLUID-4922: Making the invoker that styles the theme selections in the contrast panel dynamic. --- src/components/uiOptions/js/Panels.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/uiOptions/js/Panels.js b/src/components/uiOptions/js/Panels.js index 4f7314e241..e240329041 100644 --- a/src/components/uiOptions/js/Panels.js +++ b/src/components/uiOptions/js/Panels.js @@ -264,7 +264,8 @@ var fluid_1_5 = fluid_1_5 || {}; funcName: "fluid.uiOptions.panels.contrast.style", args: ["{that}.dom.themeLabel", "{that}.options.strings.theme", "{that}.options.markup.label", "{that}.options.controlValues.theme", - "{that}.options.classnameMap.theme"] + "{that}.options.classnameMap.theme"], + dynamic: true } } });