From e67c4f7a881de6506547cd03891546cb420b4c48 Mon Sep 17 00:00:00 2001 From: Rafael Picanço Date: Wed, 18 Jan 2017 17:26:43 -0300 Subject: [PATCH] runner: fix missing individual messages --- experiment_runner/units/game_actors.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiment_runner/units/game_actors.pas b/experiment_runner/units/game_actors.pas index 162a517..b5ce1ca 100644 --- a/experiment_runner/units/game_actors.pas +++ b/experiment_runner/units/game_actors.pas @@ -696,7 +696,7 @@ var PopUpPos : TPoint; begin PopUpPos.X := 0; - if gscA in FStyle then + if (gscA in FStyle) or (gscI in FStyle) then PopUpPos.Y := AControl.Top+AControl.Height-20; if gscB in FStyle then -- libgit2 0.21.2