mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-06-21 20:12:00 -05:00
Fix macro segment widgets being squashed below a sensible minimum size
Now a horizontal scroll bar will be displayed in the corresponding MacroSegmentList widget instead.
This commit is contained in:
parent
7b1a57070d
commit
f0df9ead3c
|
|
@ -125,6 +125,7 @@ bool Section::eventFilter(QObject *obj, QEvent *event)
|
|||
// filter will cause a segfault for some reason
|
||||
SetupAnimations();
|
||||
}
|
||||
setMinimumWidth(_content->sizeHint().width());
|
||||
}
|
||||
return QObject::eventFilter(obj, event);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user