SourceEditor: dragging between windows

git-svn-id: trunk@24202 -
This commit is contained in:
martin 2010-03-24 22:56:22 +00:00
parent f63f0431c6
commit 601db0896e

View File

@ -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;