GNOME Bugzilla – Bug 498071
[Simple Timeline] Drag and Drop puts clips in the wrong slot
Last modified: 2007-11-25 13:35:59 UTC
Please describe the problem: Drag and drop to and within the simple timeline isn't calculating the drop position / slot correctly. I'm including a small patch which fixes this. It was using the height of the child widgets in stead of the width to calculate the slot position. Steps to reproduce: Actual results: Expected results: Does this happen every time? Other information:
Created attachment 99314 [details] [review] patch for ui/timelineobjects.py
Applied, thx a lot 2007-11-25 Edward Hervey <bilboed@bilboed.com> Patch by: Tommy <yobbobandana at yahoo dot co dot nz> * pitivi/ui/timelineobjects.py: Fix drag and drop slots in the simple timeline. Fixes #498071