--- trunk/src/osm-gps-map.c 2009/12/06 19:36:35 230 +++ trunk/src/osm-gps-map.c 2009/12/07 16:14:50 231 @@ -1258,11 +1258,13 @@ priv->idle_map_redraw = 0; +#ifdef ENABLE_OSD /* don't redraw the entire map while the OSD is doing */ /* some animation or the like. This is to keep the animation */ /* fluid */ if (priv->osd->busy(priv->osd)) return FALSE; +#endif #ifdef DRAG_DEBUG printf("trying redraw\n");