phantomstyle icon indicating copy to clipboard operation
phantomstyle copied to clipboard

Unused QRect when drawing slider gutter

Open JulienMaille opened this issue 4 years ago • 0 comments

https://github.com/randrew/phantomstyle/blob/6e9580b72e372b5acecd616434eaf441bf73bcf4/src/phantom/phantomstyle.cpp#L3916-L3925 g0 is adjusted but not used, did you plan to call

   Ph::paintBorderedRoundRect(painter, g0, Ph::SliderGroove_Rounding, 
                              swatch, outlineColor, gutterColor); 

JulienMaille avatar Nov 07 '20 13:11 JulienMaille