Fix a ton of run-time warnings about UI.
Cleans up some related code, probably looks nicer with space changes off.. though this is a pretty straightforward change. Comments out code that still exists in xmls or might likely be added in future. Each piece tested quite a bit.
This commit is contained in:
@@ -270,11 +270,6 @@ void LLFloaterReporter::draw()
|
||||
void LLFloaterReporter::enableControls(BOOL enable)
|
||||
{
|
||||
childSetEnabled("category_combo", enable);
|
||||
// bug reports never include the chat history
|
||||
if (mReportType != BUG_REPORT)
|
||||
{
|
||||
childSetEnabled("chat_check", enable);
|
||||
}
|
||||
childSetEnabled("screen_check", enable);
|
||||
childDisable("screenshot");
|
||||
childSetEnabled("pick_btn", enable);
|
||||
|
||||
Reference in New Issue
Block a user