mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 18:20:30 +02:00
SourceEditor: dragging between windows
git-svn-id: trunk@24202 -
This commit is contained in:
parent
f63f0431c6
commit
601db0896e
@ -6785,7 +6785,7 @@ begin
|
||||
(TSourceDragableNotebook(Source).FMouseDownTabIndex >= 0)
|
||||
then begin
|
||||
TabIndex := TabIndexAtClientPos(Point(X,Y));
|
||||
Accept := (Source <> self) or ((TabIndex >= 0) and (TabIndex <> FMouseDownTabIndex));
|
||||
Accept := (TabIndex >= 0) and ((Source <> self) or (TabIndex <> FMouseDownTabIndex));
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user