PATCH: statusbar / small problem

Marcus Meissner marcus at jet.franken.de
Wed Apr 17 10:01:58 CDT 2002


Hi,

This left over lines confuse http://www.progressquest.com, it does not
display text it has set.

Ciao, Marcus


License: LGPL

Changelog:
	SB_SETPARTS must not change the 'simple' state, only SB_SIMPLE
	does that.

Index: status.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/status.c,v
retrieving revision 1.40
diff -u -r1.40 status.c
--- status.c	8 Apr 2002 22:44:20 -0000	1.40
+++ status.c	17 Apr 2002 07:15:52 -0000
@@ -573,9 +573,6 @@
 
     TRACE("(%d,%p)\n", count, parts);
 
-    if (infoPtr->simple)
-	infoPtr->simple = FALSE;
-
     oldNumParts = infoPtr->numParts;
     infoPtr->numParts = count;
     if (oldNumParts > infoPtr->numParts) {



More information about the wine-patches mailing list