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