Cleanup in main menu and move the Move Up/Down entries to the project menu
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user