mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 21:39:49 +02:00
* missing chunck from Jesus Reyes
git-svn-id: trunk@7037 -
This commit is contained in:
parent
b70bc3d401
commit
a0e6994f8e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user