diff --git a/ide/fp.pas b/ide/fp.pas index 63bdddd81b..9dd1ce44b2 100644 --- a/ide/fp.pas +++ b/ide/fp.pas @@ -176,9 +176,9 @@ begin ButtonCount:=0; end; {$ifdef fpc} - 'F' : +{ 'F' : if Length(Param)=1 then - NoExtendedFrame:=true; + NoExtendedFrame:=true;} {$ifdef Unix} 'T' : DebuggeeTTY:=Copy(Param,2,High(Param)); {$endif Unix}