mrfearless / MediaPlayer

A Media Player using the MFPlayer Library
9 stars 1 forks source link

About window issue #1

Closed greenozon closed 2 months ago

greenozon commented 2 months ago

Looks like some paint related issues - it leaves some old windwos instead of repaint, eg:

image

mrfearless commented 2 months ago

I think it was returning a NULL_BRUSH in the WM_CTLCOLORSTATIC that is causing that. I will change it to a WHITE_BRUSH, which should fix it i think (i hope)

greenozon commented 2 months ago

Thanks, fixed in 1.0.0.1 so closing