diff --git a/qt/pe/image_viewer.py b/qt/pe/image_viewer.py index bf71a068..d5b948f8 100644 --- a/qt/pe/image_viewer.py +++ b/qt/pe/image_viewer.py @@ -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):