1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00

PopupMenu: Ensure that menu appears at the correct position on Windows with a hi res display in standalone apps

This commit is contained in:
reuk 2021-09-13 21:02:27 +01:00
parent c3276f436d
commit 84c5627b42
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11

View file

@ -374,7 +374,6 @@ struct MenuWindow : public Component
calculateWindowPos (targetArea, alignToRectangle);
setTopLeftPosition (windowPos.getPosition());
updateYPositions();
if (auto visibleID = options.getItemThatMustBeVisible())
{