1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

[181868] Terminal does not use the font set in the preference after restart of eclipse

This commit is contained in:
Michael Scharf 2007-04-11 16:38:30 +00:00
parent 449168ccb9
commit 99e3f6d3f9

View file

@ -355,6 +355,7 @@ public class TerminalView extends ViewPart implements ITerminalView, ITerminalLi
setupListeners(wndParent);
onTerminalStatus();
onTerminalFontChanged();
}
public void dispose() {