Skip to content

libtaskmanager/taskfilterproxymodel: convert region geometry to device coordinate system

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

This is better than the original method of converting windowGeometry to logical coordinate system since the window may span multiple screens, while the region is always on one screen.

CCBUG: 478376

This should fix the issue on X11 @fusionfuture

Merge request reports