[saods9] 01/01: Allow configurable grid in horizontal/vertical graph
Ole Streicher
olebole-guest at moszumanska.debian.org
Tue Oct 14 12:46:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
olebole-guest pushed a commit to branch debian
in repository saods9.
commit 79745483553f972256b46db5a154d6ee24737ffd
Author: Ole Streicher <debian at liska.ath.cx>
Date: Tue Oct 14 14:46:09 2014 +0200
Allow configurable grid in horizontal/vertical graph
---
debian/patches/ds9_support_blt.patch | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/patches/ds9_support_blt.patch b/debian/patches/ds9_support_blt.patch
index 3308307..1dcd325 100644
--- a/debian/patches/ds9_support_blt.patch
+++ b/debian/patches/ds9_support_blt.patch
@@ -33,11 +33,11 @@ Description: Allow the use of a standard BLT 2.X instead of tkblt
- $ds9(graph,horz) xaxis configure -grid $pgraph(horz,grid) -tickdefault 4
- $ds9(graph,horz) y2axis configure -grid $pgraph(horz,grid)
-+ $ds9(graph,horz) grid configure -hide 0
++ $ds9(graph,horz) grid configure -hide [expr ! $pgraph(horz,grid)]
- $ds9(graph,vert) x2axis configure -grid $pgraph(vert,grid)
- $ds9(graph,vert) yaxis configure -grid $pgraph(vert,grid) -tickdefault 4
-+ $ds9(graph,vert) grid configure -hide 0
++ $ds9(graph,vert) grid configure -hide [expr ! $pgraph(vert,grid)]
}
proc UpdateGraphXAxis {which} {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/saods9.git
More information about the debian-science-commits
mailing list