From f5adfae1ade864d80f630855bc65bf65f5ae7ece Mon Sep 17 00:00:00 2001 From: Alexander Gavriliuk Date: Sun, 19 Mar 2023 05:07:44 +0100 Subject: SL-19099 The long name of the item is out of bounds on the Editing Tools/Content tab --- indra/llui/llpanel.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llui/llpanel.h') diff --git a/indra/llui/llpanel.h b/indra/llui/llpanel.h index b8f47ef6ba..8018365d3e 100644 --- a/indra/llui/llpanel.h +++ b/indra/llui/llpanel.h @@ -127,6 +127,7 @@ public: virtual void clearCtrls(); // overridden in LLPanelObject and LLPanelVolume // Border controls + const LLViewBorder* getBorder() const { return mBorder; } void addBorder( LLViewBorder::Params p); void addBorder(); void removeBorder(); -- cgit v1.2.3