Cleanup in main menu and move the Move Up/Down entries to the project menu

This commit is contained in:
Veronica K. B. Olsen
2021-01-31 13:35:40 +01:00
parent ddda934eed
commit cca895e418
3 changed files with 27 additions and 33 deletions
+1 -1
View File
@@ -335,7 +335,7 @@ class GuiProjectTree(QTreeWidget):
logger.error("No project open")
return False
if qApp.focusWidget() != self:
if not self.hasFocus():
return False
tHandle = self.getSelectedHandle()