mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 12:25:38 -04:00
Robust means not broken, please.
This commit is contained in:
parent
5eb6f6799e
commit
491e046824
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ PartitionSplitterWidget::drawPartitions( QPainter* painter,
|
|||
|
||||
if ( m_itemToResize &&
|
||||
m_itemToResizeNext &&
|
||||
items[ row - 1 ] == m_itemToResize->itemPath )
|
||||
items[ row - 1 ].itemPath == m_itemToResize->itemPath )
|
||||
m_resizeHandleX = x;
|
||||
|
||||
x += width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue