OSDN Git Service

ToDo266
authorE01 <e01@users.sourceforge.jp>
Tue, 26 Oct 2004 15:48:31 +0000 (15:48 +0000)
committerE01 <e01@users.sourceforge.jp>
Tue, 26 Oct 2004 15:48:31 +0000 (15:48 +0000)
エディタプレビューウィンドウのフォントだけ変更。

bottleclient/MainForm.pas

index e4ace7d..a3138ae 100755 (executable)
@@ -3041,6 +3041,7 @@ begin
   else
   begin
     Application.CreateForm(TfrmEditorTalkShow, frmEditorTalkShow);
+    frmEditorTalkShow.TalkShowFrame.SetPreviewFont(memScript.Font);
     frmEditorTalkShow.Show;
   end;
   EditorPreview;