Insert the copy after the current one in the project planner, not at the end of the list.
This commit is contained in:
parent
9a4179e31d
commit
44c38bf924
1 changed files with 1 additions and 1 deletions
|
|
@ -462,7 +462,7 @@ class projectPlanner(wx.Frame):
|
|||
return
|
||||
|
||||
item = self.selection.clone()
|
||||
self.list.append(item)
|
||||
self.list.insert(self.list.index(self.selection), item)
|
||||
self.selection = item
|
||||
|
||||
self._updateListbox()
|
||||
|
|
|
|||
Loading…
Reference in a new issue