diff options
author | McCabe Maxsted | 2010-04-30 12:06:24 -0700 |
---|---|---|
committer | Jacek Antonelli | 2010-06-19 02:43:28 -0500 |
commit | f84be715969a9f4267df677ac39d0f98ee9be68b (patch) | |
tree | 29a4213be7f9cfa353ba883f5e6bec63fc1b782f /linden/indra/newview/llpanelface.cpp | |
parent | Applied patch for SNOW-586 by Thickbrick Sleaford: Add option to align textur... (diff) | |
download | meta-impy-f84be715969a9f4267df677ac39d0f98ee9be68b.zip meta-impy-f84be715969a9f4267df677ac39d0f98ee9be68b.tar.gz meta-impy-f84be715969a9f4267df677ac39d0f98ee9be68b.tar.bz2 meta-impy-f84be715969a9f4267df677ac39d0f98ee9be68b.tar.xz |
Made align planar textures apply when checked, shortened up the label
Was accidentally left out of a rebase
Diffstat (limited to 'linden/indra/newview/llpanelface.cpp')
-rw-r--r-- | linden/indra/newview/llpanelface.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llpanelface.cpp b/linden/indra/newview/llpanelface.cpp index bd9edec..68e603e 100644 --- a/linden/indra/newview/llpanelface.cpp +++ b/linden/indra/newview/llpanelface.cpp | |||
@@ -1153,6 +1153,7 @@ void LLPanelFace::onCommitPlanarAlign(LLUICtrl* ctrl, void* userdata) | |||
1153 | { | 1153 | { |
1154 | LLPanelFace* self = (LLPanelFace*) userdata; | 1154 | LLPanelFace* self = (LLPanelFace*) userdata; |
1155 | self->getState(); | 1155 | self->getState(); |
1156 | self->sendTextureInfo(); | ||
1156 | } | 1157 | } |
1157 | 1158 | ||
1158 | // static | 1159 | // static |