diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2023-07-10 22:24:20 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-07-14 17:31:05 +0100 |
commit | 257a5e4649d3ea623d5a311d32ef251233964532 (patch) | |
tree | 4c4767dc9530606330b4cb7494c5efcf4a246aac /scripts/lib/scriptutils.py | |
parent | c40b06921367e62f456145e504e4a6a7ebd0e2ee (diff) | |
download | poky-257a5e4649d3ea623d5a311d32ef251233964532.tar.gz |
pybootchartgui: fix width max usage in draw_label_in_box
The function draw_label_in_box chooses the correct side based on
the maximum width length argument 'maxx'.
Currently the labels are always drawn on the left side and this
is because we are inadvertently passing the 'maxx' argument wrong.
(From OE-Core rev: b1cea47c52899a85428e0bddf82ba6a07689673b)
Signed-off-by: Jose Quaresma <jose.quaresma@foundries.io>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/scriptutils.py')
0 files changed, 0 insertions, 0 deletions