- Fix scrollbar show/update conditions in SCROLL_SetScrollInfo: we DO
authorVitaly Lipatov <lav@etersoft.ru>
Thu, 24 Feb 2005 19:38:56 +0000 (19:38 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 24 Feb 2005 19:38:56 +0000 (19:38 +0000)
commitf7c99e3a6aa9ae365e963ba5c92a8a63509fb45b
tree75cbbce75881740debdea36f885c8557b8153ece
parent3c5cdd4ccb7b6919a5dba81b37e52ce5f77c8821
- Fix scrollbar show/update conditions in SCROLL_SetScrollInfo: we DO
  NOT show scroll bar if only page parameter changing when scrollbar
  is disabled.
- Removed bChangeParams from SCROLL_SetScrollInfo as unneeded flag.
dlls/user/scroll.c