On 21-Jun-2000 Dekel Tsur wrote:
>
> I've already mentioned that this bug is caused when copying the selection to
> the clipboard when the selection is empty (why???).
> So you need to change
>
> bview->stuffClipboard(selectionAsString(bview->buffer()));
>
> (in LyXText::CutSelection and LyXText::CopySelection) to
>
> if (selection)
> bview->stuffClipboard(selectionAsString(bview->buffer()));
This should not be changed as we want to reset to "" the clipboard on
null selection! We have to investigate why this happens at least here
all is working perfectly and the clipboard is set to "" as expected,
so it may be a problem with the system he works on, what type was it?
Jürgen
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel/Fax: +39-0471-450260 / +39-0471-450296
I-39100 Bozen Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Nothing recedes like success.
-- Walter Winchell