diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-05-28 22:06:10 +0200 |
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-05-28 22:06:10 +0200 |
| commit | f57cda04dfe66389d5c19c392423cfcb6057cd5d (patch) | |
| tree | 319c4aed4909eec7c42eb7108dbfa01cc03074e2 | |
| parent | bd63503cae5b51fe83e90d732b4317136cc38a0f (diff) | |
disable comp on drag
| -rw-r--r-- | src/GipfelWidget.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx index 881eb27..63e89d2 100644 --- a/src/GipfelWidget.cxx +++ b/src/GipfelWidget.cxx @@ -677,7 +677,6 @@ GipfelWidget::handle(int event) { break; case FL_DRAG: set_mountain(Fl::event_x()-x(), Fl::event_y()-y()); - comp_params(); return 1; break; case FL_RELEASE: |
