diff options
| author | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-04-01 11:30:43 -0700 | 
|---|---|---|
| committer | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2010-04-01 11:30:43 -0700 | 
| commit | 41aa3d0dcba64c3d1258d8b373fb5c1d13b399a1 (patch) | |
| tree | ee59cef20571e79ee5197a022089991ea4d5b9b6 | |
| parent | 04cdeae3a5218277dec6301fe0e638b34c99853c (diff) | |
DEV-47845 More cleanup. Fixed a bug where the physics shape type wouldn't get displayed properly until you re-selected an object.
| -rw-r--r-- | indra/newview/llviewerobject.cpp | 1 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_tools.xml | 2 | 
2 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index 7b94e49a2a..bae84415d7 100644 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -5257,6 +5257,7 @@ public:  			}	  		} +		dialog_refresh_all();  	};  }; diff --git a/indra/newview/skins/default/xui/en/floater_tools.xml b/indra/newview/skins/default/xui/en/floater_tools.xml index b987cd9108..f5054cf206 100644 --- a/indra/newview/skins/default/xui/en/floater_tools.xml +++ b/indra/newview/skins/default/xui/en/floater_tools.xml @@ -1428,7 +1428,7 @@ even though the user gets a free copy.               name="label physicsshapetype"               top_pad="10"               width="121"> -                Physics Rep: +                Physics Shape Type:              </text>  			<combo_box  			   height="23"  | 
