mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IJPL-215297 fix: update popup height to fit banner when it appears on showing banner
GitOrigin-RevId: 2ff3876e9bb57932b518bc75df8ac00c7679dd1e
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9846403fab
commit
5d4ffdfabe
@@ -75,6 +75,11 @@ final class ProcessPopup {
|
||||
myAnalyzingBannerDecorator.indicatorAdded(indicator);
|
||||
mySeparatorDecorator.indicatorAdded();
|
||||
revalidateAll();
|
||||
|
||||
if (myPopupVisible && myAnalyzingBannerDecorator.isBannerPresent()) {
|
||||
updateContentUI();
|
||||
updateHeight(myAnalyzingBannerDecorator.getBannerHeight());
|
||||
}
|
||||
}
|
||||
|
||||
public void removeIndicator(@NotNull ProgressComponent indicator) {
|
||||
|
||||
Reference in New Issue
Block a user