Skip to content

Commit b5df452

Browse files
committed
Revert "PopupMenu: Set title to "Pop-up" to improve accessibility"
This reverts commit fac2880. The hard coded title would only work in English language software.
1 parent d8af50b commit b5df452

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

modules/juce_gui_basics/menus/juce_PopupMenu.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,6 @@ struct MenuWindow final : public Component, private AsyncUpdater
488488
lf.preparePopupMenuWindow (*this);
489489

490490
getMouseState (Desktop::getInstance().getMainMouseSource()); // forces creation of a mouse source watcher for the main mouse
491-
492-
setTitle ("Pop-up");
493491
}
494492

495493
~MenuWindow() override

0 commit comments

Comments
 (0)