Font size fix

master
Wizard Atman 11 years ago
parent c83e82e146
commit ae807c8ed8

@ -1,7 +1,7 @@
Manifest-Version: 1.0 Manifest-Version: 1.0
AutoUpdate-Show-In-Client: true AutoUpdate-Show-In-Client: true
OpenIDE-Module: org.idp.laf/1 OpenIDE-Module: org.idp.laf/1
OpenIDE-Module-Implementation-Version: 0 OpenIDE-Module-Implementation-Version: 1
OpenIDE-Module-Localizing-Bundle: org/idp/laf/Bundle.properties OpenIDE-Module-Localizing-Bundle: org/idp/laf/Bundle.properties
OpenIDE-Module-Install: org/idp/laf/Installer.class OpenIDE-Module-Install: org/idp/laf/Installer.class
OpenIDE-Module-Requires: org.openide.windows.WindowManager OpenIDE-Module-Requires: org.openide.windows.WindowManager

@ -479,7 +479,7 @@ public class TitanEditor {
AttributeSetConfigured asc = cluster.get(name); AttributeSetConfigured asc = cluster.get(name);
if (asc != null) if (asc != null)
{ {
if (name.equals("default")) if (!name.equals("default"))
{ {
res.add(apply_colors(asc, at, annotation)); res.add(apply_colors(asc, at, annotation));
} }

Loading…
Cancel
Save