Kaydet (Commit) b0b8e385 authored tarafından Armin Le Grand's avatar Armin Le Grand

Corrected color conversion from BitmapColor to Color

üst 7903c33f
......@@ -134,7 +134,7 @@ namespace drawinglayer
{
const BitmapColor aBitmapColor(mpReadBitmap->GetColor(rY, rX));
if(maBitmapEx.GetTransparentColor() == Color(aBitmapColor))
if(maBitmapEx.GetTransparentColor() == aBitmapColor.operator Color())
{
return 255;
}
......
Markdown is supported
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