Proper parenting.
This commit is contained in:
parent
80018e1d5b
commit
37df381404
@ -622,10 +622,10 @@ ChoicePage::updateActionChoicePreview( ChoicePage::Choice choice )
|
||||
"then drag to resize</strong>" ) );
|
||||
m_selectLabel->show();
|
||||
|
||||
m_afterPartitionSplitterWidget = new PartitionSplitterWidget;
|
||||
m_afterPartitionSplitterWidget = new PartitionSplitterWidget( m_previewAfterFrame );
|
||||
layout->addWidget( m_afterPartitionSplitterWidget );
|
||||
|
||||
QLabel* sizeLabel = new QLabel;
|
||||
QLabel* sizeLabel = new QLabel( m_previewAfterFrame );
|
||||
layout->addWidget( sizeLabel );
|
||||
sizeLabel->setWordWrap( true );
|
||||
connect( m_afterPartitionSplitterWidget, &PartitionSplitterWidget::partitionResized,
|
||||
|
Loading…
Reference in New Issue
Block a user