Delete empty tooltips (#13276)

This commit is contained in:
PurpleCrowbar 2025-01-30 23:26:23 +00:00 committed by GitHub
parent 0bc9380539
commit e1c114174b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 0 additions and 54 deletions

View file

@ -736,7 +736,6 @@ public class TestCardRenderDialog extends MageDialog {
labelCardColor.setText("Card color:");
comboCardColor.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "loading..." }));
comboCardColor.setToolTipText("");
comboCardColor.addItemListener(new java.awt.event.ItemListener() {
public void itemStateChanged(java.awt.event.ItemEvent evt) {
comboCardColorItemStateChanged(evt);
@ -774,7 +773,6 @@ public class TestCardRenderDialog extends MageDialog {
playerOptions.add(checkPlayerSmallMode);
comboPlayerStatus.setModel(new javax.swing.DefaultComboBoxModel<>(new String[] { "Active", "Inactive", "Dead" }));
comboPlayerStatus.setToolTipText("");
comboPlayerStatus.setAlignmentX(0.0F);
comboPlayerStatus.addItemListener(new java.awt.event.ItemListener() {
public void itemStateChanged(java.awt.event.ItemEvent evt) {