https://bugs.kde.org/show_bug.cgi?id=432376

--- Comment #10 from Martin Sandsmark <martin.sandsm...@kde.org> ---
(In reply to Carlos Alves from comment #4)
> It does 'insert' in array size(), it is intended to, and it will never crash
> because when it is size() the 'insert' will turn into 'append', it is in
> 'QVarLengthArray' class documentation.
> Characters in konsole doesn't have high or size attribute to be changed in
> reflow.

Not sure if I understood this, but I assume the problem on line 479 is the
_lineProperties[currentPos] passed to insert, not the insert itself. I. e.
_lineProperties.size() is less than _screenLines.size(), I think.

Not sure what "auto values" there is (this is why I don't like "auto"), but the
insert with that might be getting them out of sync, if there's more than one
value being inserted?

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to