Re: Gorm is broken for some reason...

2019-07-28 Thread Fred Kiefer
After fixing some unrelated stuff I got around to look into the problem with NSSlider in Gorm. The cause of the problem was the change in the instance variables in gui from float to CGFloat, this prevents the encoding/decoding from working correctly. As a quick workaround I added local variables

Re: Gorm is broken for some reason...

2019-07-28 Thread Gregory Casamento
Hey Fred, Thanks. Will do! GC On Sun, Jul 28, 2019 at 15:38 Fred Kiefer wrote: > After fixing some unrelated stuff I got around to look into the problem > with NSSlider in Gorm. > The cause of the problem was the change in the instance variables in gui > from float to CGFloat, this prevents t

Re: Gorm is broken for some reason...

2019-07-28 Thread Gregory Casamento
Fred, I believe there are similar issues with other classes. I will take a look and find all instances of this. I will also try to find a more permanent fix. It seems like bumping the version of the class might be necessary as it is, in essence, an encoding change. GC On Sun, Jul 28, 2019 at