amanuelg3 / padtie

Automatically exported from code.google.com/p/padtie
0 stars 0 forks source link

Moving actions from axis Link gesture works until layout reload; then action is duplicated #27

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When you edit an action assigned to the 'Link' gesture of an axis direction, 
things will work properly immediately, but upon reload of the layout the action 
will be back in the 'Link' slot, but is also duplicated in the new slot it was 
moved to.

This bug occurs because Pad Tie fails to update the alpha compatibility 
information during this operation. When the layout is reloaded, Pad Tie chooses 
to load the action specified in the compatibility information for the 'Link' 
gesture because the updated slot has no action in it.

This is fixed in 0.1b2: Pad Tie now properly updates the compatibility 
information and the updated layout reloads properly.  

Original issue reported on code.google.com by wila...@gmail.com on 28 Aug 2010 at 3:09