We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
phantomstyle/src/phantom/phantomstyle.cpp
Lines 3916 to 3925 in 6e9580b
g0
Ph::paintBorderedRoundRect(painter, g0, Ph::SliderGroove_Rounding, swatch, outlineColor, gutterColor);
The text was updated successfully, but these errors were encountered:
Draw slider gutter with the right QRect
0f3c20e
This will close randrew#17
Successfully merging a pull request may close this issue.
phantomstyle/src/phantom/phantomstyle.cpp
Lines 3916 to 3925 in 6e9580b
g0
is adjusted but not used, did you plan to callPh::paintBorderedRoundRect(painter, g0, Ph::SliderGroove_Rounding, swatch, outlineColor, gutterColor);
The text was updated successfully, but these errors were encountered: