summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/newview/llfloaterpreference.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpreference.cpp b/indra/newview/llfloaterpreference.cpp
index 697e3253df..b8edf4ad84 100644
--- a/indra/newview/llfloaterpreference.cpp
+++ b/indra/newview/llfloaterpreference.cpp
@@ -2934,7 +2934,8 @@ void LLPanelPreferenceControls::cancel()
mConflictHandler[i].clear();
}
}
- pControlsTable->clear();
+ pControlsTable->clearRows();
+ pControlsTable->clearColumns();
}
void LLPanelPreferenceControls::saveSettings()