Skip to content

Commit

Permalink
PopupMenu [ #603 ]
Browse files Browse the repository at this point in the history
- WebPopupMenuUI.java - Setting `popupMenuWay` will now be preserved across multiple popup menu displays
  • Loading branch information
mgarin committed Jan 9, 2020
1 parent 34e13cd commit 8c3917a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/ui/src/com/alee/laf/menu/WebPopupMenuUI.java
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,6 @@ public Popup getPopup ( @NotNull final JPopupMenu popup, int x, int y )
}
}

// Resetting preferred popup menu display way
popupMenuWay = null;

// Creating actual popup to place menu into
final Popup p = super.getPopup ( popup, x, y );

Expand Down

0 comments on commit 8c3917a

Please sign in to comment.