Skip to content

Commit

Permalink
eclipse-platform#1185: Hinder multiple completion proposal popups
Browse files Browse the repository at this point in the history
  • Loading branch information
petrufm authored and mickaelistria committed Oct 12, 2023
1 parent 16cb21c commit ec6fff0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1245,9 +1245,6 @@ void displayProposals(boolean showPopup) {
if (showPopup) {
configureAndMakeVisible();
}
} else if (!fProposalShell.isVisible() && showPopup) {
// if a previous call did initialize but did make the popup visible, this will make sure the popup will be visible.
configureAndMakeVisible();
} else
hide();
}
Expand Down

0 comments on commit ec6fff0

Please sign in to comment.