diff options
author | Richard Linden <none@none> | 2011-07-14 20:57:32 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2011-07-14 20:57:32 -0700 |
commit | 7dd8dc8be61ec40e33c40b9b37b8f45335df25c4 (patch) | |
tree | 746f0633e8fb5cd17e4755e7b48e3ffc245bf83c /indra/llui/lluiimage.h | |
parent | d668270c13fcad8ae6e0fdfdf063a16be6083243 (diff) |
EXP-880 FIX Enable navigation chrome in search floater
fixed regression where profile window wasn't using requested size
Diffstat (limited to 'indra/llui/lluiimage.h')
-rw-r--r-- | indra/llui/lluiimage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/lluiimage.h b/indra/llui/lluiimage.h index 139d88e0ac..f07e8fa746 100644 --- a/indra/llui/lluiimage.h +++ b/indra/llui/lluiimage.h @@ -103,12 +103,12 @@ namespace LLInitParam ParamValue(LLUIImage* const& image) : super_t(image) { - updateBlockFromValue(); + updateBlockFromValue(false); addSynonym(name, "name"); } void updateValueFromBlock(); - void updateBlockFromValue(); + void updateBlockFromValue(bool make_block_authoritative); }; // Need custom comparison function for our test app, which only loads |