mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Shift+Drag icon from main toolbar to middle toolbar error (fixes #1403)
(cherry picked from commit 50e61222c3)
This commit is contained in:
parent
6f1089dc44
commit
950623ee14
1 changed files with 5 additions and 0 deletions
|
|
@ -1606,6 +1606,11 @@ begin
|
|||
FreeAndNil(aFile);
|
||||
end;
|
||||
end;
|
||||
if (Source is TKASToolButton) and (Toolbar <> TKASToolButton(Source).ToolBar) then
|
||||
begin
|
||||
Accept := False;
|
||||
Exit;
|
||||
end;
|
||||
if (NumberOfMoveButton <> (Sender as TSpeedButton).Tag) then
|
||||
begin
|
||||
Draging := True;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue