Add test coverage of status and importance reordering

This commit is contained in:
Veronica Berglyd Olsen
2022-04-16 18:35:26 +02:00
parent 6aa13e318b
commit 3ed74f0b02
5 changed files with 62 additions and 17 deletions
+1 -1
View File
@@ -464,7 +464,7 @@ class GuiProjectEditStatus(QWidget):
nChild = self.listBox.topLevelItemCount()
nIndex = tIndex + step
if nIndex < 0 or nIndex >= nChild:
return False
return
cItem = self.listBox.takeTopLevelItem(tIndex)
self.listBox.insertTopLevelItem(nIndex, cItem)