Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-01-16 22:05:17 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-01-16 22:05:17 +0400
commitcda2b7db0fe904538ffa42ae4f63527f3defc3be (patch)
tree6d2cb917c711bfb91345d9c454f5a76b352ab3a8 /source/blender/editors/space_text
parent44115a74159651902ad9c88d9f5dd577aa97e3fd (diff)
fix for glitch in X11 with tablets.
Notices this while using continuous-grab, since this is disabled when the tablet is being used. Quite often I would use the tablet then drag a button with the mouse but blender would still have the tablet enabled. This error would cause other parts of blender to behave incorrectly too since wmEvents would have wmTabletData set, operators check for this in some cases. The problem was blender didn't reliably get ProximityOut events, eg: moving the cursor outside the window with the tablet, then back over the window with the mouse - meant blender didn't get a 'ProximityOut' event and would keep the active stylus value set. For now, when the processing events and the active stylus is set, run a check that the tablet is still in proximity.
Diffstat (limited to 'source/blender/editors/space_text')
0 files changed, 0 insertions, 0 deletions