Comment 2 for bug 892767

Revision history for this message
Oliver Ast (ema9o) wrote :

Hi Cenwen,

sorry for the late reply. Yes, its about the visual indication.

Here is the output of the console for the failure case:

Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/openshot/classes/transition.py", line 473, in on_button_release_x
    if self.stored_x == item.get_bounds().x1 and self.stored_y == item.get_bounds().y1 and not isResize:
AttributeError: transition instance has no attribute 'stored_x'.

Oliver