forked from External/mage
[deckeditor] Fixed Issue 163. Fixed Issue 164. Fixed Issue 168. Fixed issue with tooltips.
This commit is contained in:
parent
84c1fbccdc
commit
021d3e1270
8 changed files with 151 additions and 48 deletions
|
|
@ -55,6 +55,8 @@ public class DeckArea extends javax.swing.JPanel {
|
|||
jSplitPane1.setOpaque(false);
|
||||
deckList.setOpaque(false);
|
||||
sideboardList.setOpaque(false);
|
||||
deckList.setDisplayNoCopies(true);
|
||||
sideboardList.setDisplayNoCopies(true);
|
||||
}
|
||||
|
||||
public void showSideboard(boolean show) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue