From 252f7bedc62f54ebbde5b1cb01825a4b8f7c6b47 Mon Sep 17 00:00:00 2001
From: edgrif <edgrif>
Date: Fri, 6 Nov 2009 17:55:44 +0000
Subject: [PATCH] need to test if col is _shown_ not just whether its strand
 specific.

---
 src/zmapWindow/zmapWindowState.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/zmapWindow/zmapWindowState.c b/src/zmapWindow/zmapWindowState.c
index 7b64e875a..4ee1ffc16 100755
--- a/src/zmapWindow/zmapWindowState.c
+++ b/src/zmapWindow/zmapWindowState.c
@@ -27,9 +27,9 @@
  *
  * Exported functions: See XXXXXXXXXXXXX.h
  * HISTORY:
- * Last edited: Jun 12 09:39 2009 (rds)
+ * Last edited: Nov  6 17:54 2009 (edgrif)
  * Created: Mon Jun 11 09:49:16 2007 (rds)
- * CVS info:   $Id: zmapWindowState.c,v 1.21 2009-06-19 11:17:03 rds Exp $
+ * CVS info:   $Id: zmapWindowState.c,v 1.22 2009-11-06 17:55:44 edgrif Exp $
  *-------------------------------------------------------------------
  */
 
@@ -350,7 +350,7 @@ static void get_bumped_columns(ZMapWindowContainerGroup container,
 	  bump_data.column.set_id     = feature_any->unique_id;
 	  bump_data.column.feature_id = container_set->unique_id;
 	  bump_data.column.strand     = container_set->strand;
-	  bump_data.strand_specific   = zmapWindowContainerFeatureSetIsStrandSpecific(container_set);
+	  bump_data.strand_specific   = zmapWindowContainerFeatureSetIsStrandShown(container_set);
 	  bump_data.bump_mode         = zmapWindowContainerFeatureSetGetBumpMode(container_set);
 	  default_bump                = zmapWindowContainerFeatureSetGetDefaultBumpMode(container_set);
 	  
-- 
GitLab