IDEA-193990 Strange shadow under the transparent progress indicator

This commit is contained in:
Sergey Ignatov
2018-06-18 13:38:27 +03:00
parent da86d9b512
commit 44ba25eff7
@@ -415,6 +415,7 @@ public class InfoAndProgressPanel extends JPanel implements CustomStatusBarWidge
.setHideOnKeyOutside(false)
.setBlockClicksThroughBalloon(true)
.setHideOnAction(false)
.setShadow(false)
.createBalloon();
if (balloonLayout != null) {
class MyListener implements JBPopupListener, Runnable {