Break scheduled transactions string

Authored by tbaumgart on Feb 23 2018, 5:45 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().

GUI:

(cherry picked from commit 15a24ce4e2bed0993e8b14fdd8c49ca87d155380)

Details

Committed
tbaumgartFeb 23 2018, 5:48 PM
Parents
R261:1c908e64dd25: Handle scheduled transactions in ledgers
Branches
Unknown
Tags
Unknown