Font dialog: Set focus on FontChooser control at opening.
[DEVELOPMENT ENVIRONMENT] * NEW: Font dialog: Set focus on FontChooser control at opening.
This commit is contained in:
parent
5789e6036b
commit
6d3f8297fb
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ Public Sub Form_Open()
|
||||||
|
|
||||||
dlgFont.FixedOnly = $bShowFixed
|
dlgFont.FixedOnly = $bShowFixed
|
||||||
dlgFont.SelectedFont = $sFont
|
dlgFont.SelectedFont = $sFont
|
||||||
|
dlgFont.SetFocus
|
||||||
|
|
||||||
End
|
End
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue