Fix permission panel unclickable
This commit is contained in:
@@ -416,7 +416,6 @@ LLFloaterTools::LLFloaterTools()
|
|||||||
mPanelFace(NULL),
|
mPanelFace(NULL),
|
||||||
mPanelLandInfo(NULL),
|
mPanelLandInfo(NULL),
|
||||||
|
|
||||||
mTabLand(NULL),
|
|
||||||
mDirty(TRUE)
|
mDirty(TRUE)
|
||||||
{
|
{
|
||||||
setAutoFocus(FALSE);
|
setAutoFocus(FALSE);
|
||||||
|
|||||||
@@ -186,8 +186,6 @@ public:
|
|||||||
LLPanelFace *mPanelFace;
|
LLPanelFace *mPanelFace;
|
||||||
LLPanelLandInfo *mPanelLandInfo;
|
LLPanelLandInfo *mPanelLandInfo;
|
||||||
|
|
||||||
LLTabContainer* mTabLand;
|
|
||||||
|
|
||||||
LLParcelSelectionHandle mParcelSelection;
|
LLParcelSelectionHandle mParcelSelection;
|
||||||
LLObjectSelectionHandle mObjectSelection;
|
LLObjectSelectionHandle mObjectSelection;
|
||||||
|
|
||||||
|
|||||||
@@ -549,7 +549,7 @@
|
|||||||
mouse_opaque="true" name="F:" v_pad="0" width="74">
|
mouse_opaque="true" name="F:" v_pad="0" width="74">
|
||||||
F:
|
F:
|
||||||
</text>
|
</text>
|
||||||
<panel bottom="-302" border="true" height="155" left="5" width="260" />
|
<panel mouse_opaque="false" bottom="-302" border="true" height="155" left="5" width="260"/>
|
||||||
<panel
|
<panel
|
||||||
bottom="-328"
|
bottom="-328"
|
||||||
border="false"
|
border="false"
|
||||||
|
|||||||
Reference in New Issue
Block a user