mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Accessibility: Add missing accessibility handler in TreeView Item
This commit is contained in:
parent
a1b3ce6aaa
commit
6265f86d33
1 changed files with 1 additions and 1 deletions
|
|
@ -233,7 +233,7 @@ private:
|
|||
std::unique_ptr<AccessibilityHandler> createAccessibilityHandler() override
|
||||
{
|
||||
if (hasCustomComponent() && customComponent->getAccessibilityHandler() != nullptr)
|
||||
return nullptr;
|
||||
return createIgnoredAccessibilityHandler (*this);
|
||||
|
||||
return std::make_unique<ItemAccessibilityHandler> (*this);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue