Overview
Request 1083752 accepted
fixed the following crash on Tumbleweed:
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/qtodotxt/ui/views/tasks_search_view.py", line 41, in resizeEvent
self.clearButton.move(self.rect().right() - frameWidth - sz.width(),
TypeError: arguments did not match any overloaded call:
move(self, a0: QPoint): argument 1 has unexpected type 'int'
move(self, ax: int, ay: int): argument 2 has unexpected type 'float'
Aborted (core dumped)
Request History
Tomcat42 created request
fixed the following crash on Tumbleweed:
Traceback (most recent call last):
File "/usr/lib/python3.10/site-packages/qtodotxt/ui/views/tasks_search_view.py", line 41, in resizeEvent
self.clearButton.move(self.rect().right() - frameWidth - sz.width(),
TypeError: arguments did not match any overloaded call:
move(self, a0: QPoint): argument 1 has unexpected type 'int'
move(self, ax: int, ay: int): argument 2 has unexpected type 'float'
Aborted (core dumped)
XRevan86 accepted request