Filter field goes from italic to plain when typing text

This commit is contained in:
pesckal
2011-10-13 05:29:54 +00:00
parent 9249090581
commit b4e9486398
@@ -405,6 +405,7 @@ public class ContributionManagerDialog {
setFont(getFont().deriveFont(Font.ITALIC));
} else {
setForeground(UIManager.getColor("TextField.foreground"));
setFont(getFont().deriveFont(Font.PLAIN));
}
}
}