apps-gorm icon indicating copy to clipboard operation
apps-gorm copied to clipboard

Column unselecting/resizing doesn't work when TableView has one column

Open svgol opened this issue 3 years ago • 2 comments
trafficstars

Steps to reproduce:

  1. Create a TableView with one column (by default Gorm creates one with 2 columns).
  2. Select the column to highlight it.
  3. Try to unselect. It doesn't work, neither clicking on it nor on empty space around. Resizing is unavailable too. The corresponding cursor doesn' t appear over the column title border.
  4. The only solution is to select the TableView and change its layout to 2 columns temporarily.

svgol avatar Dec 21 '21 03:12 svgol

Ubuntu 20.04 all GNUstep libs and Gorm from the branches 'master'

svgol avatar Dec 22 '21 05:12 svgol

This can be worked around in the inspector, but I have confirmed it.

gcasa avatar Mar 17 '23 08:03 gcasa