summaryrefslogtreecommitdiff
path: root/src/GipfelWidget.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-19 14:17:56 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-19 14:17:56 +0000
commit983b0fc839560702c917a805aba698b7cfe4e3fe (patch)
tree89873b827e881c7139a7cd0b04b337bcc7d66b7c /src/GipfelWidget.cxx
parent53ff36907392c1d4775bcfdfb6201bd210fdb23b (diff)
vor umstellung
vor umstellung
Diffstat (limited to 'src/GipfelWidget.cxx')
-rw-r--r--src/GipfelWidget.cxx8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/GipfelWidget.cxx b/src/GipfelWidget.cxx
index b10653b..b43ea86 100644
--- a/src/GipfelWidget.cxx
+++ b/src/GipfelWidget.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: GipfelWidget.cxx,v 1.9 2005/04/17 20:03:13 hofmann Exp $"
+// "$Id: GipfelWidget.cxx,v 1.10 2005/04/19 16:17:56 hofmann Exp $"
//
// PSEditWidget routines.
//
@@ -155,6 +155,12 @@ GipfelWidget::set_nick_angle(double a) {
}
void
+GipfelWidget::set_tilt_angle(double a) {
+ pan->set_tilt_angle(a);
+ redraw();
+}
+
+void
GipfelWidget::set_scale(double s) {
pan->set_scale(s);
redraw();