Break scheduled transactions string

Authored by wojnilowicz on Feb 20 2018, 5:08 PM.

Description

Break scheduled transactions string

There is a bug in
static int layoutText(QTextLayout *layout, int maxWidth)
from kpageview_p.cpp from kwidgetsaddons.
The method doesn't break strings that are too long. This patch
workarounds this by using LINE SEPARATOR character which is accepted by
QTextLayout::createLine().

Details

Committed
wojnilowiczFeb 20 2018, 6:21 PM
Parents
R261:3f08c3e3cb1c: Keep up with register changes
Branches
Unknown
Tags
Unknown