[partition] Setting revertButton enabled after deactivating VG.
This commit is contained in:
parent
295e14530e
commit
67d9ebbfc0
@ -170,7 +170,8 @@ PartitionPage::updateButtons()
|
||||
|
||||
isVGdeactivated = m_core->isVGdeactivated( lvmDevice );
|
||||
|
||||
m_ui->revertButton->setEnabled( isVGdeactivated );
|
||||
if ( isVGdeactivated )
|
||||
m_ui->revertButton->setEnabled( true );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user