mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fix swapping table view columns
We now have only two columns to swap, not 3.
This commit is contained in:
parent
7dc9f25b06
commit
1823575af4
@ -397,7 +397,7 @@ class BaseController(QObject):
|
||||
@pyqtSlot()
|
||||
def swapImages(self):
|
||||
# swap the columns in the details table as well
|
||||
self.parent.tableView.horizontalHeader().swapSections(1, 2)
|
||||
self.parent.tableView.horizontalHeader().swapSections(0, 1)
|
||||
|
||||
|
||||
class QWidgetController(BaseController):
|
||||
|
Loading…
x
Reference in New Issue
Block a user