* missing chunck from Jesus Reyes

git-svn-id: trunk@7037 -
This commit is contained in:
marc 2005-03-29 21:59:38 +00:00
parent b70bc3d401
commit a0e6994f8e

View File

@ -3736,9 +3736,12 @@ begin
end;
end;
end else if (FSplitter.X=Col) and (FSplitter.Y=Row) then begin
SelectEditor;
EditorShow(True);
exit;
//if WasFocused then begin
SelectEditor;
EditorShow(True);
{$ifDef dbgGrid} DebugLn('MouseDown (autoedit) END'); {$Endif}
exit;
//end;
end;
if not MoveExtend(False, FSplitter.X, FSplitter.Y) then begin