mirror of
https://github.com/magefree/mage.git
synced 2025-12-24 20:41:58 -08:00
Fixed tooltip bug appeared after adding displaying counters. Updated card plugin. Hid New Draft button for release as drafting is not ready yet.
This commit is contained in:
parent
4cc14cb3ed
commit
a99be05446
4 changed files with 26 additions and 18 deletions
|
|
@ -227,6 +227,8 @@ public class TablesPanel extends javax.swing.JPanel implements Observer {
|
|||
btnNewDraftActionPerformed(evt);
|
||||
}
|
||||
});
|
||||
//FIXME: removed on released 0.6 version
|
||||
btnNewDraft.setVisible(false);
|
||||
|
||||
javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);
|
||||
jPanel1.setLayout(jPanel1Layout);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue