Robust means not broken, please.
This commit is contained in:
parent
5eb6f6799e
commit
491e046824
@ -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…
Reference in New Issue
Block a user