mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Prices: Emit a qof event when a price is changed. This allows the Price Editor to immediately update its display. Previously, price changes would only get shown when the mouse happened to pass over the affected row. Theoretically other parts of GnuCash, such as reports, could now be made to watch for price changes and automatically refresh themselves.
BP git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@17467 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
9812f77182
commit
fca4b45dcc
@ -193,6 +193,7 @@ static void
|
||||
gnc_price_set_dirty (GNCPrice *p)
|
||||
{
|
||||
qof_instance_set_dirty(&p->inst);
|
||||
qof_event_gen(&p->inst, QOF_EVENT_MODIFY, NULL);
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
Reference in New Issue
Block a user