IJPL-215297 fix: update popup height to fit banner when it appears on showing banner

GitOrigin-RevId: 2ff3876e9bb57932b518bc75df8ac00c7679dd1e
This commit is contained in:
Ilia Malakhov
2025-11-18 18:07:48 +00:00
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) {