summaryrefslogtreecommitdiff
path: root/indra/newview/lltexturectrl.h
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-04-25 16:21:55 -0400
committerOz Linden <oz@lindenlab.com>2013-04-25 16:21:55 -0400
commit399c2baaa5e45b4fc98f2bdf115acdb6ec7526f6 (patch)
tree10a68d66a33b0be989cba8d514fdfe353a89b2c1 /indra/newview/lltexturectrl.h
parente66a32b4e2fe212b9044397a2283708e0eb8e5a4 (diff)
add isPickerShown method
Diffstat (limited to 'indra/newview/lltexturectrl.h')
-rw-r--r--indra/newview/lltexturectrl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/lltexturectrl.h b/indra/newview/lltexturectrl.h
index 599d9c70c5..3fd024082e 100644
--- a/indra/newview/lltexturectrl.h
+++ b/indra/newview/lltexturectrl.h
@@ -126,6 +126,7 @@ public:
// LLTextureCtrl interface
void showPicker(BOOL take_focus);
+ bool isPickerShown() { return !mFloaterHandle.isDead(); }
void setLabel(const std::string& label);
void setLabelWidth(S32 label_width) {mLabelWidth =label_width;}
const std::string& getLabel() const { return mLabel; }