diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-30 15:14:44 +0300 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-03-30 15:19:21 +0300 |
| commit | 46c76eabb86fff6ca6c8352e10988b15c20ef8a6 (patch) | |
| tree | d85f0c459207a0e5232086ea68682850c0d05f2d /indra/newview/llfloatermodelpreview.h | |
| parent | eaa9b152bfe9b5da44f724ddce1a2ecc86dc61bf (diff) | |
SL-379 Do not disable tabs
Diffstat (limited to 'indra/newview/llfloatermodelpreview.h')
| -rw-r--r-- | indra/newview/llfloatermodelpreview.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfloatermodelpreview.h b/indra/newview/llfloatermodelpreview.h index c359722431..f64a7b6feb 100644 --- a/indra/newview/llfloatermodelpreview.h +++ b/indra/newview/llfloatermodelpreview.h @@ -110,8 +110,7 @@ public: static void addStringToLog(const std::ostringstream& strm, bool flash); void clearOverridesTab(); // clears table void resetOverridesTab(); // clears table and cleans all data - void showOverridesTab(); // populates table and data as nessesary - void hideOverridesTab(); + void updateOverridesTab(); // populates table and data as nessesary void setDetails(F32 x, F32 y, F32 z, F32 streaming_cost, F32 physics_cost); void setPreviewLOD(S32 lod); |
