We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7462daa commit 387a2d0Copy full SHA for 387a2d0
CodenameOne/src/com/codename1/ui/plaf/UIManager.java
@@ -643,7 +643,7 @@ private void resetThemeProps(Hashtable installedTheme) {
643
}
644
645
if (installedTheme == null || !installedTheme.containsKey("SignatureButtonBox.derive")) {
646
- themeProps.put("SignatureButtonBox.fgColor", centerAlign);
+ themeProps.put("SignatureButtonBox.fgColor", foreground);
647
themeProps.put("SignatureButtonBox.sel#derive", "SignatureButtonBox");
648
themeProps.put("SignatureButtonBox.press#derive", "SignatureButtonBox");
649
themeProps.put("SignatureButtonBox.dis#derive", "SignatureButtonBox");
0 commit comments