|
hi all, i need your help regarding goocnavas draw and root items i can draw using item = goocanvas.Rect(parent = root, x=event.x, y=event.y, width=10, height=10, fill_color="black", ) canvas.set_data(box_name, item) where root is canvas.get_root_item().
my problem is, when i start drawing and my starting point is on another item, the other items before cannot be controlled. eg. a move event effect on an item to show action like item.line_width = 3, no such effect is seen if the line_width was, lets say 1. thanks in advance
_________________ There are 10 types of people in the world, Those who understand And and Not
|