From eecc73037d4f11ac83619c32f67c995bf3527c9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=91=D0=BE=D0=BD=D0=B4=D0=B0=D1=80=D0=B5=D0=B2=20=D0=98?= =?UTF-8?q?=D0=B2=D0=B0=D0=BD?= Date: Sun, 27 Sep 2020 19:29:27 +0200 Subject: [PATCH] fix #2298 --- bin/Lib/GraphABC.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/Lib/GraphABC.pas b/bin/Lib/GraphABC.pas index b9ce087c7..8c6916351 100644 --- a/bin/Lib/GraphABC.pas +++ b/bin/Lib/GraphABC.pas @@ -3967,6 +3967,7 @@ begin readbuffer := ed.Text + Environment.NewLine; IOPanel.Invoke(SetIOPanelInVisible); MainThread.Resume; + e.SuppressKeyPress := true; end; end;