diff options
| author | Kent Quirk <q@lindenlab.com> | 2010-03-18 16:53:41 -0400 |
|---|---|---|
| committer | Kent Quirk <q@lindenlab.com> | 2010-03-18 16:53:41 -0400 |
| commit | 63a0e89fb569216642bd9e023c503741feb9fec2 (patch) | |
| tree | 07a79f2b75ab1c5ac6fb9900ea29aa748d1c26b6 /indra/llui/llbutton.h | |
| parent | 3e2db3d3364e3bb146da9d94b25638bd9fd7de29 (diff) | |
| parent | 615f2cb18e3ade418dbfeca738fad58a6022a9be (diff) | |
merge from hotfix to viewer-2-0 and resolve conflicts
Diffstat (limited to 'indra/llui/llbutton.h')
| -rw-r--r-- | indra/llui/llbutton.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llbutton.h b/indra/llui/llbutton.h index 59b551a16d..6a0d8ef3d6 100644 --- a/indra/llui/llbutton.h +++ b/indra/llui/llbutton.h @@ -216,7 +216,6 @@ public: void setImageOverlay(const std::string& image_name, LLFontGL::HAlign alignment = LLFontGL::HCENTER, const LLColor4& color = LLColor4::white); void setImageOverlay(const LLUUID& image_id, LLFontGL::HAlign alignment = LLFontGL::HCENTER, const LLColor4& color = LLColor4::white); LLPointer<LLUIImage> getImageOverlay() { return mImageOverlay; } - LLFontGL::HAlign getImageOverlayHAlign() const { return mImageOverlayAlignment; } void autoResize(); // resize with label of current btn state void resize(LLUIString label); // resize with label input |
