http://bugs.winehq.org/show_bug.cgi?id=3797
------- Additional Comments From elektroschock@linuxmail.org 2006-15-08 08:50 ------- /dlls/comctl32/rebar.c
738 REBAR_AdjustBands (REBAR_INFO *infoPtr, UINT rowstart, UINT rowend, 739 INT maxx, INT mcy) 740 /* Function: This routine distributes the extra space in a row. */ 741 /* See algorithm below. */ 742 /* On entry: */ 743 /* all bands @ ->cxHeader size */ 744 /* start and end bands are *not* hidden */ ... 810 if ((x >= maxx) || (last_adjusted != -1)) { 811 if (x > maxx) { 812 ERR("Phase 1 failed, x=%d, maxx=%d, start=%u, end=%u\n", 813 x, maxx, rowstart, rowend);