summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelface.h
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2014-10-10 09:20:42 +0300
committerandreykproductengine <akleshchev@productengine.com>2014-10-10 09:20:42 +0300
commita9692c233e4e4a910e6a01f06a6ce3641af5735d (patch)
tree1f59a27d50e9a9e09959f9bdda49c71883ad624e /indra/newview/llpanelface.h
parentf1519deb9ed8aacc2cc5d9c023bb7f5abba62313 (diff)
MAINT-3202 FIXED Cancel of selected colour in "Colour picker" floater does not return colour icon to previous condition
Diffstat (limited to 'indra/newview/llpanelface.h')
-rwxr-xr-xindra/newview/llpanelface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpanelface.h b/indra/newview/llpanelface.h
index e32f039921..9823e84cd9 100755
--- a/indra/newview/llpanelface.h
+++ b/indra/newview/llpanelface.h
@@ -143,7 +143,9 @@ protected:
void onCommitShinyColor(const LLSD& data);
void onCommitAlpha(const LLSD& data);
void onCancelColor(const LLSD& data);
+ void onCancelShinyColor(const LLSD& data);
void onSelectColor(const LLSD& data);
+ void onSelectShinyColor(const LLSD& data);
void onCloseTexturePicker(const LLSD& data);