QskSimpleListBox::removeAt fixed
This commit is contained in:
parent
132183e304
commit
8390aeb4fa
@ -173,10 +173,8 @@ void QskSimpleListBox::removeAt( int index )
|
|||||||
if ( w >= m_data->maxTextWidth )
|
if ( w >= m_data->maxTextWidth )
|
||||||
m_data->maxTextWidth = qskMaxWidth( effectiveFont( Text ), entries );
|
m_data->maxTextWidth = qskMaxWidth( effectiveFont( Text ), entries );
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
entries.removeAt( index );
|
entries.removeAt( index );
|
||||||
}
|
|
||||||
|
|
||||||
propagateEntries();
|
propagateEntries();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user