forked from External/mage
* About dialog - making it modal.
This commit is contained in:
parent
4ab572bd0e
commit
c3e48a0117
2 changed files with 8 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ public class AboutDialog extends MageDialog {
|
|||
public AboutDialog() {
|
||||
this.setDefaultCloseOperation(DISPOSE_ON_CLOSE);
|
||||
initComponents();
|
||||
// this.modal = false;
|
||||
this.modal = true;
|
||||
}
|
||||
|
||||
public void showDialog(MageVersion version) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue