We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa39c70 commit b29c324Copy full SHA for b29c324
src/com/magento/idea/magento2plugin/actions/generation/dialog/AbstractDialog.java
@@ -252,9 +252,9 @@ private int getParentTabPaneForComponent(final @NotNull Container component) {
252
}
253
254
@Override
255
- public void setVisible(boolean b) {
+ public void setVisible(final boolean status) {
256
new PlaceholderInitializerUtil(this).initialize();
257
- super.setVisible(b);
+ super.setVisible(status);
258
259
260
/**
0 commit comments