OSDN Git Service

Enable toFixMessySurface when Dbl-Clicking
authornaru <bottle@mikage.to>
Sat, 22 Jun 2002 16:19:59 +0000 (16:19 +0000)
committernaru <bottle@mikage.to>
Sat, 22 Jun 2002 16:19:59 +0000 (16:19 +0000)
bottleclient/LogForm.pas

index fe8d473..63100b9 100755 (executable)
@@ -211,6 +211,7 @@ begin
   Opt := [toConvertURL, toWaitScriptEnd];
   if Pref.NoTransUrl then Opt := Opt + [toNoChoice];
   if Pref.IgnoreFrequentYenS then Opt := Opt + [toIgnoreFrequentYenS];
+  if Pref.FixMessySurface then Opt := Opt + [toFixMessySurface];
   frmSender.DoTrans(Script, Opt);
 
   Ghost := frmSender.GetChannelPrefs(Log.Channel).TargetGhost;