Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
How to reproduce: - press CTRL+F on main panel Traceback (most recent call last): File "/home/zas/src/picard/./picard/ui/mainwindow/__init__.py", line 277, in keyPressEvent self.search_edit.setFocus(True) TypeError: arguments did not match any overloaded call: setFocus(self): too many arguments setFocus(self, reason: Qt.FocusReason): argument 1 has unexpected type 'bool' Solution: - pass proper Qt.FocusReason; not True
- Loading branch information