On 19-Jun-2000 Dekel Tsur wrote:
>
> This bug can be fixed by not calling to bview->stuffClipboard(...)
> (in LyXText::SetSelection) when selection is false:
>
> - bview->stuffClipboard(selectionAsString(bview->buffer()));
> + if (selection)
> + bview->stuffClipboard(selectionAsString(bview->buffer()));
>
>
> This is done in the patch I send few days ago for lazy copying to the
> clipboard (subject was "Re: CVS should be stable now")
Well maybe but we changed this code so there is no more an automatic
copy to the clipboard it only copies to the clipboard if you do a
Cut/Copy operation, we decided that this is enough.
Greets Jürgen
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel: +39-0471-450260
I-39100 Bozen Fax: +39-0471-450296
ITALY Web: http://www.sad.it/~jug
The whole of life is futile unless you consider it as a sporting proposition.
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._