bbreslauer / PySciPlot

GNU General Public License v3.0
1 stars 0 forks source link

data table selected column not always correct #29

Closed bbreslauer closed 13 years ago

bbreslauer commented 13 years ago

Create a data table with some waves add new waves into it via right click now... a left click on the header will select the correct wave but a right click on the header will select an incorrect wave, and specifically the wave that was originally in that location before any new waves were added

bbreslauer commented 13 years ago

This was simple. QTableView.selectColumn wants the logical index, not the visual index, passed to it.