hedgewars/uChat.pas
branchui-scaling
changeset 13386 72bbccf9a715
parent 13385 ec1491bb5acc
child 13387 706b34d0ce60
--- a/hedgewars/uChat.pas	Tue May 15 16:55:37 2018 +0200
+++ b/hedgewars/uChat.pas	Tue May 15 17:05:40 2018 +0200
@@ -320,7 +320,8 @@
 var i: LongWord;
 begin
     // also reload empty input line (as chat size/scaling might have changed)
-    //if InputStr.s <> '' then SetLine(InputStr, InputStr.s, true); for i:= 0 to MaxStrIndex do
+    //if InputStr.s <> '' then
+    SetLine(InputStr, InputStr.s, true);
     for i:= 0 to MaxStrIndex do
         if Strs[i].s <> '' then
             begin