1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-04-04 21:01:37 +00:00
Files
dupeguru/qt/exclude_list_dialog.py
glubsy 5553414205 Fix updating QTableView on input
* When clicking on the test regex button or editing the test input field, the tableView doesn't update its data properly.
* Somehow QTableView.update() doesn't request the data from the model.
* The workaround is to call refresh on the model directly, which will in turn update its view.
2020-12-30 23:18:42 +01:00

7.0 KiB