Skip to content
Snippets Groups Projects
Commit f9db3031 authored by Josh Siegle's avatar Josh Siegle
Browse files

Remove unused affine transform from ParameterEditor code

parent cef2200c
No related branches found
No related tags found
No related merge requests found
......@@ -426,8 +426,8 @@ void ParameterCheckbox::paintButton(Graphics& g, bool isMouseOver, bool isButton
g.setGradientFill(deactivatedGrad);
}
AffineTransform a = AffineTransform::scale(0.98f, 0.94f, float(getWidth())/2.0f,
float(getHeight())/2.0f);
// AffineTransform a = AffineTransform::scale(0.98f, 0.94f, float(getWidth())/2.0f,
// float(getHeight())/2.0f);
g.fillRoundedRectangle(1, 1, getWidth()-2, getHeight()-2, 2.0f);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment