OSDN Git Service

Fix: SsParser.LeaveEscape is not false when psNormal LogListPreviewStyle
authornaru <bottle@mikage.to>
Sun, 20 Apr 2003 14:34:11 +0000 (14:34 +0000)
committernaru <bottle@mikage.to>
Sun, 20 Apr 2003 14:34:11 +0000 (14:34 +0000)
bottleclient/LogForm.pas

index ad34f67..b24c97a 100755 (executable)
@@ -1149,7 +1149,7 @@ begin
     Exit;
   end;
 
-  SsParser.LeaveEscape := false;
+  SsParser.LeaveEscape := Pref.LogListPreviewStyle = psNormal;
   SsParser.InputString := Script;
 
   x := 6;