Skip to content

Commit

Permalink
Merge pull request #254 from chStaiger/develop
Browse files Browse the repository at this point in the history
Update search
  • Loading branch information
chStaiger authored Aug 22, 2024
2 parents 76ed6f1 + ddbcf4e commit 62833f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ibridgesgui/search.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,4 +321,5 @@ def _fetch_results(self, thread: dict):
self.show_result_elements()
self.results = thread["results"]
self.load_results()
self.setCursor(QtGui.QCursor(QtCore.Qt.CursoreShape.ArrowCursor))

self.setCursor(QtGui.QCursor(QtCore.Qt.CursorShape.ArrowCursor))

0 comments on commit 62833f1

Please sign in to comment.