mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-20 12:48:00 +00:00
*Fixed the mouse hover on the stack cardpanels.
*Fixed Simian Brawler
This commit is contained in:
@@ -733,7 +733,7 @@ public class GuiDisplay4 extends JFrame implements CardContainer, Display, NewCo
|
||||
label = new JLabel((count++) + ". " + isOptional + stack.peekInstance(i).getStackDescription());
|
||||
|
||||
//update card detail
|
||||
final CardPanel cardPanel = new CardPanel(stack.peekInstance().getSpellAbility().getSourceCard());
|
||||
final CardPanel cardPanel = new CardPanel(stack.peekInstance(i).getSpellAbility().getSourceCard());
|
||||
cardPanel.setLayout(new BorderLayout());
|
||||
cardPanel.add(label);
|
||||
cardPanel.addMouseMotionListener(new MouseMotionAdapter() {
|
||||
|
||||
Reference in New Issue
Block a user