From cbcd1bbde0014d0bc19d3edcc5ed58c3ee342e64 Mon Sep 17 00:00:00 2001 From: elexis Date: Tue, 23 Jul 2019 14:50:09 +0000 Subject: [PATCH] There is nothing to see here following 9be8a560a9. This was SVN commit r22535. --- source/gui/scripting/JSInterface_IGUIObject.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/gui/scripting/JSInterface_IGUIObject.cpp b/source/gui/scripting/JSInterface_IGUIObject.cpp index 2fe1a0fdaf..1ed10f8363 100644 --- a/source/gui/scripting/JSInterface_IGUIObject.cpp +++ b/source/gui/scripting/JSInterface_IGUIObject.cpp @@ -528,7 +528,7 @@ bool JSI_IGUIObject::setProperty(JSContext* cx, JS::HandleObject obj, JS::Handle else if (vp.isObject()) { CColor color; - if (!ScriptInterface::FromJSVal(cx, vp, color) + if (!ScriptInterface::FromJSVal(cx, vp, color)) // Exception has been thrown already return false; GUI::SetSetting(e, propName, color);