update total sector when PE size is changed.

This commit is contained in:
Chantara Tith 2016-07-24 20:44:55 +07:00 committed by Andrius Štikonas
parent cbd61d90c0
commit 99e36d4e32
1 changed files with 1 additions and 0 deletions

View File

@ -85,4 +85,5 @@ void CreateVolumeDialog::onSpinPESizeChanged(int newsize)
{
Q_UNUSED(newsize);
updateOkButtonStatus();
updateSizeInfos();
}