[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix: NSTextView.m, -setSelectedRange:...
From: |
Nicola Pero |
Subject: |
Re: Fix: NSTextView.m, -setSelectedRange:... |
Date: |
Sun, 12 Aug 2001 04:30:18 +0100 (BST) |
hi Georg,
Georg> default attributes. In my case a string was set by using
Georg> [NSTextView -setString:]. This sets the string in the
Georg> NSTextStorage without attributes! In this case NSTextView
Georg> should use default attributes like OpenStep does.
thanks for the bug report - I tried your patches but they didn't look
like making any difference to me with regards to this problem ... and
to me it looked like a bug in replaceCharactersInRange: etc so I fixed
that one. Let me know if you have problems with the fix applied to
CVS, it works for me.