CHUI-715 FIXED Disable Gear button if no conversation is selected
parent
8fbc0aada8
commit
97930c72b6
|
|
@ -72,6 +72,7 @@ BOOL LLFloaterConversationLog::postBuild()
|
|||
|
||||
void LLFloaterConversationLog::draw()
|
||||
{
|
||||
getChild<LLMenuButton>("conversations_gear_btn")->setEnabled(mConversationLogList->getSelectedItem() != NULL);
|
||||
LLFloater::draw();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue