summaryrefslogtreecommitdiffstats
path: root/bltGrMarkerBitmap.C
diff options
context:
space:
mode:
authorjoye <joye>2014-03-20 22:11:51 (GMT)
committerjoye <joye>2014-03-20 22:11:51 (GMT)
commit0e28864ad17db5075a3fe5d2da99f0f719c717ff (patch)
tree07ccd6b8c00694a3e8ede161e951dec8e0415054 /bltGrMarkerBitmap.C
parent30b34b9db32dc25ed2d6bcd294b7a565489cb26a (diff)
downloadblt-0e28864ad17db5075a3fe5d2da99f0f719c717ff.zip
blt-0e28864ad17db5075a3fe5d2da99f0f719c717ff.tar.gz
blt-0e28864ad17db5075a3fe5d2da99f0f719c717ff.tar.bz2
*** empty log message ***
Diffstat (limited to 'bltGrMarkerBitmap.C')
-rw-r--r--bltGrMarkerBitmap.C7
1 files changed, 1 insertions, 6 deletions
diff --git a/bltGrMarkerBitmap.C b/bltGrMarkerBitmap.C
index e3d2c4f..88e2210 100644
--- a/bltGrMarkerBitmap.C
+++ b/bltGrMarkerBitmap.C
@@ -50,7 +50,7 @@ static Tk_OptionSpec optionSpecs[] = {
TK_OPTION_NULL_OK, NULL, 0},
{TK_OPTION_CUSTOM, "-coords", "coords", "Coords",
NULL, -1, Tk_Offset(BitmapMarkerOptions, worldPts),
- TK_OPTION_NULL_OK, &coordsObjOption, MAP_ITEM},
+ TK_OPTION_NULL_OK, &coordsObjOption, 0},
{TK_OPTION_STRING, "-element", "element", "Element",
NULL, -1, Tk_Offset(BitmapMarkerOptions, elemName),
TK_OPTION_NULL_OK, NULL, 0},
@@ -152,11 +152,6 @@ static int ConfigureBitmapProc(Marker* markerPtr)
bmPtr->fillGC = newGC;
}
- markerPtr->flags |= MAP_ITEM;
- if (markerPtr->ops->drawUnder)
- graphPtr->flags |= CACHE_DIRTY;
-
- Blt_EventuallyRedrawGraph(graphPtr);
return TCL_OK;
}