mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Fixed a problem that a chang of the card offset value in preferences was not immediately applied to the card selector in deck editor.
This commit is contained in:
parent
4f8a3e5ae8
commit
7ac679048c
1 changed files with 3 additions and 0 deletions
|
|
@ -183,6 +183,9 @@ public class CardSelector extends javax.swing.JPanel implements ComponentListene
|
|||
public void changeGUISize() {
|
||||
setGUISize();
|
||||
cardGrid.changeGUISize();
|
||||
if (currentView instanceof CardGrid) {
|
||||
this.currentView.drawCards(sortSetting);
|
||||
}
|
||||
}
|
||||
|
||||
private void setGUISize() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue