[PySide] [Maya] [Qt] Deselecting a Row doesn't work when Columns are hidden

I am having issues with using CTRL-Click to deselect a Row when any Column is hidden.

When all the Columns of the QTableView are visible, deselecting with CTRL works fine. When a column is hidden, CTRL-click doesn’t deselect Rows, but it will still add unselected Rows to the selection.

Anyone encountered this before, have any advice?
Thanks.

[QUOTE=rgkovach123;25508]I am having issues with using CTRL-Click to deselect a Row when any Column is hidden.

When all the Columns of the QTableView are visible, deselecting with CTRL works fine. When a column is hidden, CTRL-click doesn’t deselect Rows, but it will still add unselected Rows to the selection.

Anyone encountered this before, have any advice?
Thanks.[/QUOTE]

We are noticing this behavior with a single column and nothing hidden.
Did you ever figure this one out? Really annoying having lists that have this bugged behavior.

I am still having this problem, never got around to fixing it.