forked from External/mage
TableWaitingDialog is not closeable and stays on top
This commit is contained in:
parent
71a1b5dbef
commit
e841ed0cf8
5 changed files with 10 additions and 8 deletions
|
|
@ -330,7 +330,7 @@ public class TablesPanel extends javax.swing.JPanel {
|
|||
newTableDialog.showDialog(roomId);
|
||||
if (newTableDialog.getTable() != null) {
|
||||
tableWaitingDialog = new TableWaitingDialog();
|
||||
MageFrame.getDesktop().add(tableWaitingDialog);
|
||||
MageFrame.getDesktop().add(tableWaitingDialog, JLayeredPane.MODAL_LAYER);
|
||||
tableWaitingDialog.showDialog(roomId, newTableDialog.getTable().getTableId(), false);
|
||||
}
|
||||
}//GEN-LAST:event_btnNewTableActionPerformed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue