rayxxt
Results
1
comments of
rayxxt
> I solve the issue > > i modify the line : > painter->fillRect(rect, _helper->alphaColor(option->palette.color( QPalette::Window ), opacity/100.0) ); > with > painter->fillRect(rect, _helper->alphaColor(option->palette.color( QPalette::Window ), opacity) ); > in...