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 | c2a0de46095315c778edf5c5c37c1de0bdfe82eb (patch) | |
tree | aabe29eb23b1ab8c2710bb8922c54a22c697f43f /indra/newview/llviewerobject.cpp | |
parent | 779708b2293b1ab05574df0022493c7831503702 (diff) |
DEV-47845 More cleanup. Fixed a bug where the physics shape type wouldn't get displayed properly until you re-selected an object.
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rw-r--r-- | indra/newview/llviewerobject.cpp | 1 |
1 files changed, 1 insertions, 0 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(); }; }; |