This commit is contained in:
Olivier Keshavjee 2016-03-03 18:48:45 +01:00
parent 7e05e22275
commit f57e8d2ab1

View file

@ -740,7 +740,7 @@ class MainWindow(QMainWindow, Ui_MainWindow):
self.tblDebugPersos.selectionModel().currentChanged.connect(
lambda: self.tblDebugPersosInfos.setRootIndex(self.mdlCharacter.index(
self.tblDebugPersos.selectionModel().currentIndex().row(),
Perso.name.value)), AUC)
Character.name.value)), AUC)
self.tblDebugPlots.setModel(self.mdlPlots)
self.tblDebugPlotsPersos.setModel(self.mdlPlots)