Skip to content

Commit

Permalink
ParametersView: missing resized() call
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 31, 2024
1 parent fe1d843 commit 6b01f4b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,8 @@ ParametersView::ParametersView (PluginState& pluginState, ParamHolder& params)
#endif
#endif
}

ParametersView::resized();
}

ParametersView::ParametersView (ParameterListeners& listeners, ParamHolder& params)
Expand Down

0 comments on commit 6b01f4b

Please sign in to comment.