We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56e3889 commit f83e4acCopy full SHA for f83e4ac
Source/Standalone/PlugDataWindow.h
@@ -736,7 +736,7 @@ class PlugDataWindow : public DocumentWindow
736
737
g.setColour(findColour(PlugDataColour::outlineColourId));
738
739
- g.drawRoundedRectangle(getLocalBounds().toFloat()), Constants::windowCornerRadius, 1.0f);
+ g.drawRoundedRectangle(getLocalBounds().toFloat(), Constants::windowCornerRadius, 1.0f);
740
#endif
741
}
742
0 commit comments