Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jun 18, 2024
1 parent 6ac2cf7 commit ae9f894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ void ParametersView::resized()
auto b = getLocalBounds();

Check warning on line 283 in modules/gui/chowdsp_gui/PluginComponents/chowdsp_ParametersView.cpp

View check run for this annotation

Codecov / codecov/patch

modules/gui/chowdsp_gui/PluginComponents/chowdsp_ParametersView.cpp#L283

Added line #L283 was not covered by tests
if (versionInfoText.isNotEmpty())
{
const auto textHeight = juce::jmin (proportionOfHeight (0.05f), 16);
const auto textHeight = juce::jmin (proportionOfHeight (0.05f), 20);
b.removeFromBottom (textHeight);

Check warning on line 287 in modules/gui/chowdsp_gui/PluginComponents/chowdsp_ParametersView.cpp

View check run for this annotation

Codecov / codecov/patch

modules/gui/chowdsp_gui/PluginComponents/chowdsp_ParametersView.cpp#L286-L287

Added lines #L286 - L287 were not covered by tests
}
pimpl->view.setBounds (b);

Check warning on line 289 in modules/gui/chowdsp_gui/PluginComponents/chowdsp_ParametersView.cpp

View check run for this annotation

Codecov / codecov/patch

modules/gui/chowdsp_gui/PluginComponents/chowdsp_ParametersView.cpp#L289

Added line #L289 was not covered by tests
Expand Down

0 comments on commit ae9f894

Please sign in to comment.