gnustep / apps-gorm

Gorm is a clone of the Cocoa (OpenStep/NeXTSTEP) `Interface Builder' application for GNUstep
http://www.gnustep.org/
GNU General Public License v3.0
68 stars 19 forks source link

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

Open svgol opened 2 years ago

svgol commented 2 years ago

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 commented 2 years ago

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

gcasa commented 1 year ago

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