From 963e2909b7b088069babdfda4cb2e2d3fa519c94 Mon Sep 17 00:00:00 2001 From: rds <rds> Date: Tue, 5 May 2009 09:53:19 +0000 Subject: [PATCH] Pass through the featureset to styles hash when reverse complementing --- src/zmapWindow/zmapWindow.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/zmapWindow/zmapWindow.c b/src/zmapWindow/zmapWindow.c index e262f0e27..ff64db1c2 100755 --- a/src/zmapWindow/zmapWindow.c +++ b/src/zmapWindow/zmapWindow.c @@ -26,9 +26,9 @@ * * Exported functions: See ZMap/zmapWindow.h * HISTORY: - * Last edited: Apr 27 15:02 2009 (edgrif) + * Last edited: May 5 10:45 2009 (rds) * Created: Thu Jul 24 14:36:27 2003 (edgrif) - * CVS info: $Id: zmapWindow.c,v 1.278 2009-04-28 14:32:17 edgrif Exp $ + * CVS info: $Id: zmapWindow.c,v 1.279 2009-05-05 09:53:19 rds Exp $ *------------------------------------------------------------------- */ @@ -787,7 +787,7 @@ void zMapWindowFeatureRedraw(ZMapWindow window, ZMapFeatureContext feature_conte * an event to get the data drawn which means that the canvas is guaranteed to be * realised by the time we draw into it. */ zMapWindowDisplayData(window, state, feature_context, feature_context, - all_styles, new_styles, NULL) ; + all_styles, new_styles, window->featureset_2_styles) ; /* stop the expose avoidance */ zmapWindowUninterruptExpose(window); -- GitLab