diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2013-11-01 21:37:28 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2013-11-01 21:37:28 +0100 |
commit | 55ce8c93211f1fddf38ff92eee98c7cfa7dc4121 (patch) | |
tree | 931561f5fa84aaed83b0dc5eb377f48cfe9b4933 | |
parent | 94c5d16e714c49d1fafda57607370f61a21f25cb (diff) |
compute parameters in find_peak_cb()
-rw-r--r-- | src/GipfelWidget.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx index fa65e22..7cf3377 100644 --- a/src/GipfelWidget.cxx +++ b/src/GipfelWidget.cxx @@ -545,6 +545,7 @@ GipfelWidget::find_peak_cb(Fl_Widget *, void *f) { g->cur_mountain = m; g->set_mountain(g->mouse_x, g->mouse_y); + g->comp_params(); } } |