forked from External/mage
added some client window management + suppress calls when TablesPane is not visible
This commit is contained in:
parent
79583a6ec2
commit
d8fca737fd
27 changed files with 239 additions and 196 deletions
|
|
@ -133,8 +133,9 @@ public class DraftPanel extends javax.swing.JPanel {
|
|||
while (c != null && !(c instanceof DraftPane)) {
|
||||
c = c.getParent();
|
||||
}
|
||||
if (c != null)
|
||||
c.setVisible(false);
|
||||
if (c != null) {
|
||||
((DraftPane)c).hideFrame();
|
||||
}
|
||||
}
|
||||
|
||||
protected void setMessage(String message) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue