You've already forked lazarus-ccr
RxMDI - fix change active window after hide active control
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2882 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -755,7 +755,7 @@ begin
|
|||||||
//FNavForm.BringToFront;
|
//FNavForm.BringToFront;
|
||||||
FNavPanel.FMainPanel.CurrentChildWindow:=NavForm;
|
FNavPanel.FMainPanel.CurrentChildWindow:=NavForm;
|
||||||
//Application.MainForm.ActiveControl:=NavForm.ActiveControl;
|
//Application.MainForm.ActiveControl:=NavForm.ActiveControl;
|
||||||
if Assigned(FActiveControl) then
|
if Assigned(FActiveControl) and FActiveControl.HandleObjectShouldBeVisible then
|
||||||
FActiveControl.SetFocus;
|
FActiveControl.SetFocus;
|
||||||
end;
|
end;
|
||||||
Down:=true;
|
Down:=true;
|
||||||
|
Reference in New Issue
Block a user