5439: Wrong row when dragging upwards to move items in embedded list
svn: r18626
This commit is contained in:
@ -526,7 +526,7 @@ class GalleryTab(ButtonTab, DbGUIElement):
|
||||
del dlist[row_from]
|
||||
else:
|
||||
del dlist[row_from]
|
||||
dlist.insert(row_to-1, obj)
|
||||
dlist.insert(row_to, obj)
|
||||
self.changed = True
|
||||
self.rebuild()
|
||||
|
||||
|
Reference in New Issue
Block a user