mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Fix macro segment list entries not resizing properly
This commit is contained in:
parent
406e3c1855
commit
1affe9dce3
|
|
@ -552,7 +552,7 @@ void MacroSegmentList::dropEvent(QDropEvent *event)
|
|||
|
||||
void MacroSegmentList::resizeEvent(QResizeEvent *event)
|
||||
{
|
||||
QWidget::resizeEvent(event);
|
||||
QScrollArea::resizeEvent(event);
|
||||
SetupVisibleMacroSegmentWidgets();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user