Skip to content
Snippets Groups Projects
Commit e653e924 authored by Leslie Linden's avatar Leslie Linden
Browse files

Mac build fix

parent 6d1ae4e0
No related branches found
No related tags found
No related merge requests found
...@@ -690,7 +690,7 @@ void LLToolBar::draw() ...@@ -690,7 +690,7 @@ void LLToolBar::draw()
if (command && btn->mIsEnabledSignal) if (command && btn->mIsEnabledSignal)
{ {
const bool button_command_enabled = (*btn->mIsEnabledSignal)(btn, command->isEnabledParameters()); //const bool button_command_enabled = (*btn->mIsEnabledSignal)(btn, command->isEnabledParameters());
// TODO: make button appear disabled but have it still respond to drag and drop // TODO: make button appear disabled but have it still respond to drag and drop
btn->setEnabled(false);//button_command_enabled); btn->setEnabled(false);//button_command_enabled);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment