mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
ComboBox: Update accessibility handler to expose combo box title
This commit is contained in:
parent
d7d8155da9
commit
49dc20db6e
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,7 @@ public:
|
||||||
return comboBox.isPopupActive() ? state.withExpanded() : state.withCollapsed();
|
return comboBox.isPopupActive() ? state.withExpanded() : state.withCollapsed();
|
||||||
}
|
}
|
||||||
|
|
||||||
String getTitle() const override { return comboBox.getText(); }
|
String getTitle() const override { return comboBox.getTitle(); }
|
||||||
String getHelp() const override { return comboBox.getTooltip(); }
|
String getHelp() const override { return comboBox.getTooltip(); }
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue