"gerard patel" <[EMAIL PROTECTED]> wrote:

> Wait, there is at least another problem with this patch.
> It's about the access  to the edit's parent control. Try this 
> with your patch : use any 32 bit program (I tested with
> the Word 97 viewer, this happens also with Forte Free
> Agent32) to open a file; select a file and click a second
> time, the file name is edited (the listview control creates an
> edit control to allow this). The scrollbar for the listview is
> immediately disabled.

Could you please add

if(!(es->style & ES_MULTILINE)) return;

at the start of EDIT_UpdateScrollInfo and try that patch again?



Reply via email to