This commit is contained in:
benfry
2003-07-30 00:27:31 +00:00
parent cc3f11190a
commit 9b37db807b
2 changed files with 17 additions and 17 deletions

View File

@@ -359,7 +359,7 @@ public class PdeEditorStatus extends Panel
Graphics g = offscreen.getGraphics();
if (font == null) {
font = PdeBase.getFont("editor.status.font",
new Font("SansSerif", Font.PLAIN, 12));
new Font("SansSerif", Font.PLAIN, 12));
g.setFont(font);
metrics = g.getFontMetrics();
ascent = metrics.getAscent();