Re: Two small scrollbar fixes

2005-03-28 Thread Rein Klazes
On 28 Mar 2005 12:48:11 +0200, you wrote: > Rein Klazes <[EMAIL PROTECTED]> writes: > > > dlls/user : scroll.c > > dlls/user/tests : win.c > > > > - GetScrollRange should return an empty range, both upper and lower > > limit zero, if the window has no scrollbars (msdn); > > - GetScrollInfo

Re: Two small scrollbar fixes

2005-03-28 Thread Alexandre Julliard
Rein Klazes <[EMAIL PROTECTED]> writes: > dlls/user : scroll.c > dlls/user/tests : win.c > > - GetScrollRange should return an empty range, both upper and lower > limit zero, if the window has no scrollbars (msdn); > - GetScrollInfo's return value is FALSE if the window has no scrollbar