mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Filter field goes from italic to plain when typing text
This commit is contained in:
@@ -405,6 +405,7 @@ public class ContributionManagerDialog {
|
||||
setFont(getFont().deriveFont(Font.ITALIC));
|
||||
} else {
|
||||
setForeground(UIManager.getColor("TextField.foreground"));
|
||||
setFont(getFont().deriveFont(Font.PLAIN));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user