-
Type:
Bug
-
Status: Closed
-
Priority:
P2: Important
-
Resolution: Done
-
Affects Version/s: 5.4.1
-
Fix Version/s: 5.5.0
-
Component/s: QPA: LinuxFB
-
Labels:None
-
Commits:3bf655e5960c8f0ac4cb8b99a671886b824c7191, dc6d353a299d3eeaf57055486db12548198114a7
A customer is reporting the following warning with his Qt installation:
This plugin does not support QCursor::setPos(); emulating movement within the application.
And indeed, the LinuxFB integration lacks an implementation of the virtual QPlatformCursor::setPos() function.
Looking at the existing qfb*.cpp code it seems like all everything needed might already be there. That means a reimplementation of setPos() with 1-2 lines triggering the needed changes might be sufficient. I apologize for not having the setup to fix that myself.