OSDN Git Service

Repaint preview window on actEditorPreview click
authornaru <bottle@mikage.to>
Sun, 20 Apr 2003 11:37:57 +0000 (11:37 +0000)
committernaru <bottle@mikage.to>
Sun, 20 Apr 2003 11:37:57 +0000 (11:37 +0000)
bottleclient/MainForm.pas

index 58467ea..3b2ce61 100755 (executable)
@@ -2652,6 +2652,7 @@ begin
     Application.CreateForm(TfrmEditorTalkShow, frmEditorTalkShow);
     frmEditorTalkShow.Show;
   end;
+  EditorPreview;
 end;
 
 end.