MRI-Binding: Bitmap: Add FIXME
This commit is contained in:
parent
6a6865cc48
commit
5863e14953
|
@ -291,6 +291,11 @@ RB_METHOD(bitmapTextSize)
|
|||
|
||||
DEF_PROP_OBJ(Bitmap, Font, Font, "font")
|
||||
|
||||
// FIXME: This isn't entire correct as the cloned bitmap
|
||||
// does not get a cloned version of the original bitmap's 'font'
|
||||
// attribute (the internal font attrb is the default one, whereas
|
||||
// the stored iv visible to ruby would still be the same as the original)
|
||||
// Not sure if this needs fixing though
|
||||
INITCOPY_FUN(Bitmap)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue