Skip to content
Snippets Groups Projects
Commit efae1e3d authored by rds's avatar rds
Browse files

make sure the styles in the new context have a mode...

parent b0fef3cf
No related branches found
No related tags found
No related merge requests found
......@@ -30,9 +30,9 @@
*
* Exported functions: See zmapControl_P.h
* HISTORY:
* Last edited: Mar 9 14:13 2007 (rds)
* Last edited: May 24 11:28 2007 (rds)
* Created: Wed Nov 3 17:38:36 2004 (edgrif)
* CVS info: $Id: zmapControlRemote.c,v 1.46 2007-03-09 14:22:44 rds Exp $
* CVS info: $Id: zmapControlRemote.c,v 1.47 2007-05-24 10:31:28 rds Exp $
*-------------------------------------------------------------------
*/
......@@ -583,6 +583,8 @@ static void drawNewFeatures(ZMap zmap, XMLData xml_data, ResponseCodeZMap rc_dat
view = zMapViewGetView(zmap->focus_viewwindow);
zMapFeatureContextAddModesToStyles(xml_data->context);
xml_data->context = zMapViewMergeInContext(view, xml_data->context);
zMapFeatureContextExecute((ZMapFeatureAny)xml_data->context, ZMAPFEATURE_STRUCT_FEATURE,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment