FW: Edit Paste operation does not behave same as MS Windows

Alexandre Julliard julliard at winehq.org
Thu May 27 16:29:58 CDT 2004


Krishna Murthy <Krishna.Murthy at guptaworldwide.com> writes:

> - Change log Entry:
> EDIT_MakeFit should return TRUE when the honor_limit is set and paste buffer
> exceeds the limit. Also EDIT_EM_ReplaceSel should compute size which could
> fit in the edit control by truncating the extra characters to behave similar
> to MS Windows paste operation.

You are bypassing the reallocation of the buffer when the limit is
exceeded, but still adding the data to the buffer. I don't think this
will work right.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list