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:
parent
c3276f436d
commit
84c5627b42
1 changed files with 0 additions and 1 deletions
|
|
@ -374,7 +374,6 @@ struct MenuWindow : public Component
|
|||
|
||||
calculateWindowPos (targetArea, alignToRectangle);
|
||||
setTopLeftPosition (windowPos.getPosition());
|
||||
updateYPositions();
|
||||
|
||||
if (auto visibleID = options.getItemThatMustBeVisible())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue