| Issue 293: | Double touches on MTInnerWindow with MTScatterImage inside | |
| 2 people starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? from pymt import * # Create background window w = getWindow() inner_window = MTInnerWindow(size = (404, 250), pos=(100, 100)) kinetics = MTKinetic() image = MTScatterImage(filename="????.jpg") kinetics.add_widget(image) inner_window.add_widget(kinetics) runTouchApp(inner_window) What is the expected output? What do you see instead? When rotating or scaling the MTScatterImage a second set of touches is added to the lower left of the actual touches. What version of the product are you using? On what operating system? 0.5.0b4_dev
Jul 27, 2010
Well, it's not a duplicate of 292. Because we already have it in launcher with picture example. I've got a part of solution, but it mess other application :/
Status:
Accepted
Mergedinto: -292
Aug 19, 2010
(No comment was entered for this change.)
Labels:
Component-Widgets
Aug 25, 2010
(No comment was entered for this change.)
Labels:
Milestone-0.5.1
|
Owner: txprog
Labels: Milestone-0.5
Mergedinto: 292