mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-28 01:45:36 -04:00
API Changes, logicalSectorSize -> logicalSize, totalSectors -> totalLogical.
This commit is contained in:
parent
b76e5a027f
commit
aa10fe982a
6 changed files with 15 additions and 15 deletions
|
@ -590,7 +590,7 @@ ChoicePage::doAlongsideApply()
|
|||
qint64 oldLastSector = candidate->lastSector();
|
||||
qint64 newLastSector = firstSector +
|
||||
m_afterPartitionSplitterWidget->splitPartitionSize() /
|
||||
dev->logicalSectorSize();
|
||||
dev->logicalSize();
|
||||
|
||||
m_core->resizePartition( dev, candidate, firstSector, newLastSector );
|
||||
Partition* newPartition = nullptr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue