Skip to content

utils/xcbutils: Don't call toXNative with unsigned integer

Yifan Zhu requested to merge work/fanzhuyifan/xcbutils into master

First explicitly convert to signed integer before the implicit conversion to qreal.

BUG: 482687

@teams/qa

Alternately, we could examine all the call sites of toXNative and first convert to signed integer if needed.

Edited by Yifan Zhu

Merge request reports