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
67 stars 18 forks source link

Changed column attributes are not stored #18

Open svgol opened 2 years ago

svgol commented 2 years ago

Steps to reproduce:

  1. Select a column of a TableView
  2. Change its attribute 'Editable' (by default it is checked, i unchecked it)
  3. The menu item 'Save' is inactive so I changed additionally something else to activate it
  4. Saving
  5. Reopen the gorm file - the column attribute 'Editable' is still checked
svgol commented 2 years ago

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