mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
Remove comment
* There is a bug with pyqt5<=5.14 where the table does not update after a call to update() and needs to receive a mouse click event in order to repaint as expected. * This does not affect Windows only as this is a Qt5 bug. * This seems to be fixed with pyqt5>=5.15.1.
This commit is contained in:
parent
288023d03e
commit
348ce95f83
@ -118,8 +118,6 @@ class ExcludeListDialog(QDialog):
|
||||
return
|
||||
# if at least one row matched, we know whether table is highlighted or not
|
||||
self._row_matched = self.model.test_string(input_text)
|
||||
# FIXME There is a bug on Windows (7) where the table rows don't get
|
||||
# repainted until the table receives a mouse click event.
|
||||
self.tableView.update()
|
||||
|
||||
input_regex = self.inputLine.text()
|
||||
|
Loading…
x
Reference in New Issue
Block a user