mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-01 04:59:29 -06:00
Initialize keyboard focus in sx editor dialogs to name entries.
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@16939 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
df8e2501cf
commit
f3177be432
@ -1223,6 +1223,9 @@ gnc_ui_scheduled_xaction_editor_dialog_create(SchedXaction *sx,
|
||||
gtk_widget_queue_resize( GTK_WIDGET( sxed->example_cal ) );
|
||||
gnc_ledger_display_refresh( sxed->ledger );
|
||||
|
||||
/* Move keyboard focus to the name entry */
|
||||
gtk_widget_grab_focus(GTK_WIDGET(sxed->nameEntry));
|
||||
|
||||
return sxed;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user