Skip to content

Commit

Permalink
Fixed syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Jan 16, 2023
1 parent 56e3889 commit f83e4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Standalone/PlugDataWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ class PlugDataWindow : public DocumentWindow

g.setColour(findColour(PlugDataColour::outlineColourId));

g.drawRoundedRectangle(getLocalBounds().toFloat()), Constants::windowCornerRadius, 1.0f);
g.drawRoundedRectangle(getLocalBounds().toFloat(), Constants::windowCornerRadius, 1.0f);
#endif
}

Expand Down

0 comments on commit f83e4ac

Please sign in to comment.