* Fix #5851: Implement `EffectRackView::sizeHint()` This fixes `EffectRackView` to have a permanent size hint instead of resizing the widget once in `InstrumentTrackWindow`. The size hint tells the `InstrumentTrackWindow` to not increase with a growing number of effects in the `EffectRackView`.
This commit is contained in:
@@ -64,6 +64,8 @@ private slots:
|
||||
|
||||
private:
|
||||
void modelChanged() override;
|
||||
QSize sizeHint() const override;
|
||||
QSize minimumSizeHint() const override { return sizeHint(); }
|
||||
|
||||
inline EffectChain* fxChain()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user