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:
parent
9bcb9d95f1
commit
0aaa907997
2 changed files with 6 additions and 1 deletions
|
@ -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 |
Loading…
Reference in a new issue