Skip to content

Commit 9ebb3ea

Browse files
committed
Show/hide search button based on processor list open state
1 parent bab6193 commit 9ebb3ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Source/UI/ProcessorList.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ void ProcessorList::mouseDown (const MouseEvent& e)
441441
if (listItem == baseItem.get())
442442
{
443443
arrowButton->setToggleState (listItem->isOpen(), dontSendNotification);
444+
searchButton->setVisible (listItem->isOpen());
444445
AccessClass::getUIComponent()->childComponentChanged();
445446
}
446447
}

0 commit comments

Comments
 (0)