mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Accessibility: Return button tooltip from ButtonAccessibilityHandler::getHelp()
This commit is contained in:
parent
61c638106f
commit
90ea4cc2ab
1 changed files with 2 additions and 0 deletions
|
|
@ -736,6 +736,8 @@ public:
|
|||
return title;
|
||||
}
|
||||
|
||||
String getHelp() const override { return button.getTooltip(); }
|
||||
|
||||
private:
|
||||
static AccessibilityRole getButtonRole (const Button& b)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue