mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Focus out event handlers should return FALSE.
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13041 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
295c475ea4
commit
bad632ae30
@ -859,11 +859,12 @@ gnc_invoice_window_leave_notes_cb (GtkWidget *widget, GdkEventFocus *event,
|
|||||||
gncInvoiceSetNotes (invoice, text);
|
gncInvoiceSetNotes (invoice, text);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static gboolean
|
||||||
gnc_invoice_window_leave_to_charge_cb (GtkWidget *widget, GdkEventFocus *event,
|
gnc_invoice_window_leave_to_charge_cb (GtkWidget *widget, GdkEventFocus *event,
|
||||||
gpointer data)
|
gpointer data)
|
||||||
{
|
{
|
||||||
gnc_amount_edit_evaluate (GNC_AMOUNT_EDIT (widget));
|
gnc_amount_edit_evaluate (GNC_AMOUNT_EDIT (widget));
|
||||||
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Loading…
Reference in New Issue
Block a user