瀏覽代碼

* Use bright forground colors for ansi files

git-svn-id: trunk@7549 -
pierre 18 年之前
父節點
當前提交
9adbca16dd
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      ide/whtmlhlp.pas

+ 1 - 0
ide/whtmlhlp.pas

@@ -473,6 +473,7 @@ begin
   inherited init(R,nil,nil);
   HTMLOwner:=AOwner;
   HTMLConsole:=New(PHTMLAnsiConsole,Init(@Self));
+  HTMLConsole^.HighVideo;
   Dispose(Console,Done);
   Console:=HTMLConsole;
   HTMLConsole^.Size.X:=80;