forked from External/mage
* Fixed client crush on old systems without JavaFX supports like MacOS 10.9;
This commit is contained in:
parent
3e18305890
commit
b7e68f3e0a
4 changed files with 18 additions and 8 deletions
|
|
@ -1600,7 +1600,7 @@ public class TablesPanel extends javax.swing.JPanel {
|
|||
}//GEN-LAST:event_btnFormatVintageActionPerformed
|
||||
|
||||
private void buttonWhatsNewActionPerformed(java.awt.event.ActionEvent evt) {//GEN-FIRST:event_buttonWhatsNewActionPerformed
|
||||
MageFrame.getInstance().getWhatsNewDialog().checkUpdatesAndShow(true);
|
||||
MageFrame.getInstance().showWhatsNewDialog(true);
|
||||
}//GEN-LAST:event_buttonWhatsNewActionPerformed
|
||||
|
||||
private void handleError(Exception ex) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue