mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 20:53:23 +00:00
Tracking changes to tanks is trivial
That's the one I should have started with. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f459c2ec22
commit
189bec0c6b
1 changed files with 1 additions and 0 deletions
|
@ -249,6 +249,7 @@ static void apply_cb(GtkButton *button, gpointer data)
|
|||
|
||||
for (i = 0; i < MAX_CYLINDERS; i++)
|
||||
record_cylinder_changes(dive->cylinder+i, gtk_cylinder+i);
|
||||
mark_divelist_changed(TRUE);
|
||||
flush_divelist(dive);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue