Fix: Bug [ 1692757 ] Disk button and focus

some time it not work, fixet
This commit is contained in:
Attid 2007-04-04 08:41:31 +00:00
commit bb224829e5

View file

@ -381,8 +381,7 @@ begin
end;
FrameLeft.pnlFile.LoadPanel;
if ActiveFrame <> FrameLeft then
SetActiveFrame(fpLeft);
SetActiveFrame(fpLeft);
end;
procedure TfrmMain.dskRightToolButtonClick(NumberOfButton: Integer);
@ -414,8 +413,7 @@ begin
end;
FrameRight.pnlFile.LoadPanel;
if ActiveFrame <> FrameRight then
SetActiveFrame(fpRight);
SetActiveFrame(fpRight);
end;