Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. commit 533da505f959bd687524f0974cb783976365a827
  2. Author: Dmitry Kazakov <dimula73@gmail.com>
  3. Date: Thu Mar 31 14:30:04 2016 +0300
  4.  
  5. Fix Enter/Leave events coming in a weird way due to a bug in XCB(?)
  6.  
  7. Calling QApplication::topLevelAt/widgetAt() causes XCB go crazy and
  8. stop delivering Enter/Leave events. I don't know why it happens,
  9. but it affects on our implementation of tablet events. Vanilla Qt
  10. should not be affected. Though it also tries to use it as a fall-back
  11. case in QGuiApplicationPrivate::processTabletEvent...
  12.  
  13. CC:Shawn.Rutledge@theqtcompany.com
  14. Ref T1591
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement