SynCompletion: Removed gtk workaround, since issue #0017774 is fixed

git-svn-id: trunk@28461 -
This commit is contained in:
martin 2010-11-24 15:22:15 +00:00
parent 5a80ee2597
commit 693dd76264

View File

@ -1261,10 +1261,8 @@ var
Mon: TMonitor;
begin
Mon := Screen.MonitorFromPoint(TokenRect.TopLeft);
{$IFnDEF LCLGTK2}
if Mon <> nil then
TokenRect.Left := Min(TokenRect.Left, Mon.Left + Mon.Width - Form.Width);
{$ENDIF}
SpaceBelow := Mon.Height - TokenRect.Bottom;
SpaceAbove := TokenRect.Top - Mon.Top;