mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-193990 Strange shadow under the transparent progress indicator
This commit is contained in:
+1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user