mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
IJPL-159836 Settings | Plugins: clicking on filter does not close the menu
GitOrigin-RevId: a7d1bf951c6b493fabc2b6d1406e963f6b21130d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d9d1f0fe08
commit
a9950b4754
@@ -1695,6 +1695,7 @@ public final class PluginManagerConfigurable
|
||||
|
||||
private MarketplaceSortByAction(@NotNull SortBy option) {
|
||||
super(option.getPresentableNameSupplier());
|
||||
getTemplatePresentation().setKeepPopupOnPerform(KeepPopupOnPerform.IfRequested);
|
||||
myOption = option;
|
||||
}
|
||||
|
||||
@@ -1756,6 +1757,7 @@ public final class PluginManagerConfigurable
|
||||
|
||||
private InstalledSearchOptionAction(@NotNull InstalledSearchOption option) {
|
||||
super(option.myPresentableNameSupplier);
|
||||
getTemplatePresentation().setKeepPopupOnPerform(KeepPopupOnPerform.IfRequested);
|
||||
myOption = option;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user