Listview updates
Dmitry Timoshkov
dmitry at baikal.ru
Mon Sep 23 04:14:43 CDT 2002
"Dimitrie O. Paun" <dpaun at rogers.com> wrote:
> @@ -1034,13 +1035,13 @@
> /* Update Vertical Scrollbar */
> nListHeight = infoPtr->rcList.bottom - infoPtr->rcList.top;
> scrollInfo.fMask = SIF_POS;
> - if (GetScrollInfo(infoPtr->hwndSelf, SB_VERT, &scrollInfo) == FALSE
> + if (GetScrollInfo(infoPtr->hwndSelf, SB_VERT, &scrollInfo)
Exclamation mark (!) is missing...
--
Dmitry.
More information about the wine-devel
mailing list