We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab6193 commit 9ebb3eaCopy full SHA for 9ebb3ea
Source/UI/ProcessorList.cpp
@@ -441,6 +441,7 @@ void ProcessorList::mouseDown (const MouseEvent& e)
441
if (listItem == baseItem.get())
442
{
443
arrowButton->setToggleState (listItem->isOpen(), dontSendNotification);
444
+ searchButton->setVisible (listItem->isOpen());
445
AccessClass::getUIComponent()->childComponentChanged();
446
}
447
0 commit comments