Leonhard icon indicating copy to clipboard operation
Leonhard copied to clipboard

Editor view in the wrong position

Open dented42 opened this issue 13 years ago • 1 comments

The codeView's frame is set to be in the lower left corner of the split view. It's really skinny and only a few characters ride, this makes the program quite unusable. I peeked around the source for a bit, at it looks like the frame is incorrect at least as far back as line 82 of AppController.rb

# Get the textview
@codeView = @fragaria.objectForKey("firstTextView")

dented42 avatar Jan 30 '13 07:01 dented42

I did some more digging around, it's a problem with fragaria. If you update to the most recent version of the framework, it'll fix the problem.

dented42 avatar Jan 31 '13 00:01 dented42