mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-28 10:02:14 +00:00
FIX: SetFocus to activeframe after next\prev tab commands
This commit is contained in:
parent
82c44ad9fb
commit
cc59153ad3
2 changed files with 3 additions and 1 deletions
|
|
@ -966,7 +966,7 @@ begin
|
|||
end
|
||||
else
|
||||
begin
|
||||
Brush.Color := cbBackColor1.Color;
|
||||
Brush.Color := cbBackColor.Color;
|
||||
Font.Color := cbMarkColor.Color;
|
||||
sText := 'Mark';
|
||||
end;
|
||||
|
|
|
|||
|
|
@ -591,6 +591,7 @@ with frmMain do
|
|||
nbRight.PageIndex:=nbRight.PageIndex+1;
|
||||
end;
|
||||
end;
|
||||
ActiveFrame.SetFocus;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
@ -613,6 +614,7 @@ with frmMain do
|
|||
nbRight.PageIndex:=nbRight.PageIndex-1;
|
||||
end;
|
||||
end;
|
||||
ActiveFrame.SetFocus;
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue