dag: use setWidth(int) when drawing
commit1b10542ec32c1ce798257a758975c564ff9ba893
authorDavid Aguilar <davvid@gmail.com>
Tue, 19 Oct 2021 17:44:31 +0000 (19 10:44 -0700)
committerDavid Aguilar <davvid@gmail.com>
Tue, 19 Oct 2021 17:44:31 +0000 (19 10:44 -0700)
tree73a825cd041e4cb94830e8179be9f4a5af5154b3
parentc90e97279f7020fb77a7f50e813a920d11a36c99
dag: use setWidth(int) when drawing

Passing floats to setWidth() is not supported. It worked by accident
in older versions of PyQt.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2014950
Signed-off-by: David Aguilar <davvid@gmail.com>
CHANGES.rst
cola/widgets/dag.py