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:
gambas 2020-12-19 03:03:30 +01:00
parent 5789e6036b
commit 6d3f8297fb

View file

@ -31,6 +31,7 @@ Public Sub Form_Open()
dlgFont.FixedOnly = $bShowFixed
dlgFont.SelectedFont = $sFont
dlgFont.SetFocus
End