forked from External/mage
Skipping phases by space. Fixed Issue 58.
This commit is contained in:
parent
f65634796b
commit
bf80c2983b
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@ public class FeedbackPanel extends javax.swing.JPanel {
|
||||||
}
|
}
|
||||||
this.btnSpecial.setVisible(special);
|
this.btnSpecial.setVisible(special);
|
||||||
this.btnSpecial.setText("Special");
|
this.btnSpecial.setText("Special");
|
||||||
|
this.btnRight.requestFocus();
|
||||||
this.helper.setSpecial("Special", special);
|
this.helper.setSpecial("Special", special);
|
||||||
if (message.contains("P}")) {
|
if (message.contains("P}")) {
|
||||||
this.btnSpecial.setVisible(true);
|
this.btnSpecial.setVisible(true);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue