mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove a little debug
This commit is contained in:
@@ -118,9 +118,9 @@ public class PdeTextFieldUI extends BasicTextFieldUI {
|
||||
|
||||
|
||||
public void updateTheme() {
|
||||
System.out.println("updating theme inside PdeTextFieldUI");
|
||||
//System.out.println("updating theme inside PdeTextFieldUI");
|
||||
if (jtc != null) {
|
||||
System.out.println("reinstalling ui");
|
||||
//System.out.println("reinstalling ui");
|
||||
installUI(jtc);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ X add manager.panel constants for colors
|
||||
X status panel not updating in updateTheme()
|
||||
X StatusPanel.getBodyStyle() has hard-coded fonts/sizes
|
||||
X accent color and light/dark mode into the theme, and use with flatlaf
|
||||
_ changed manager.list.search to manager.search
|
||||
X changed manager.list.search to manager.search
|
||||
_ rearrange item order in PreferencesFrame
|
||||
_ remove extra space between prefs lines
|
||||
_ monochrome icon for foundation
|
||||
|
||||
Reference in New Issue
Block a user