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

remove text highlight on zoom as we can't accurately re highlight ATM

parent f55ca1bb
No related branches found
No related tags found
No related merge requests found
......@@ -28,9 +28,9 @@
*
* Exported functions: See zmapWindow_P.h
* HISTORY:
* Last edited: Mar 5 10:46 2008 (edgrif)
* Last edited: Mar 20 15:08 2008 (rds)
* Created: Thu Sep 8 10:34:49 2005 (edgrif)
* CVS info: $Id: zmapWindowDraw.c,v 1.89 2008-03-05 10:48:06 edgrif Exp $
* CVS info: $Id: zmapWindowDraw.c,v 1.90 2008-03-20 15:19:20 rds Exp $
*-------------------------------------------------------------------
*/
......@@ -911,6 +911,11 @@ static void preZoomCB(FooCanvasGroup *data, FooCanvasPoints *points,
switch(level)
{
case ZMAPCONTAINER_LEVEL_FEATURESET:
{
FooCanvasGroup *container_underlay;
container_underlay = zmapWindowContainerGetUnderlays(container);
zmapWindowContainerPurge(container_underlay);
}
columnZoomChanged(container, zoom_data->zoom, zoom_data->window) ;
break ;
default:
......
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