From: Noixe on
Hello,

is possibile avoid the call to invalidate method of TShape?

I would want that the follow istruction:

MyShape->Brush->Color = clRed; (where MyShape is a TShape)

Don't call TShape::Invalidate, because it make MyShape white, also if only
for a some milliseconds.