Font chooser dialog: Set focus on the filter at opening.

[DEVELOPMENT ENVIRONMENT]
* NEW: Font chooser dialog: Set focus on the filter at opening.
* BUG: Fix Frame control icon.

*
This commit is contained in:
gambas 2021-03-13 02:13:04 +01:00
parent 9bcb9d95f1
commit 0aaa907997
2 changed files with 6 additions and 1 deletions

View file

@ -31,7 +31,6 @@ Public Sub Form_Open()
dlgFont.FixedOnly = $bShowFixed
dlgFont.SelectedFont = $sFont
dlgFont.SetFocus
End
@ -40,3 +39,9 @@ Public Sub dlgFont_Activate()
btnOK.Value = True
End
Public Sub Form_Activate()
dlgFont.SetFocus
End

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 976 B