- Height is now calculated based on the number of rows, not on the
commit87dacfffc28cfdb2c4712044e8a606036aa9b1f7
authorRobert Shearman <rob@codeweavers.com>
Fri, 22 Jul 2005 19:55:54 +0000 (22 19:55 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 22 Jul 2005 19:55:54 +0000 (22 19:55 +0000)
treee9e14431399a9e6fa6d49ae445f463e6d4c88682
parent05f2506c06e5f2b891f724618e8c9d2ee65c2d60
- Height is now calculated based on the number of rows, not on the
  bounding rect.
- Only call CalcToolbar in AutoSize if it has TBSTYLE_WRAPABLE or
  TBSTYLE_EX_UNDOC1 set.
- Remove a bad test in SetButtonWidth that fixes a regression from the
  above change in IE.
- Remove unnecessary nHeight data.
- Remove duplicated code in Size by calling AutoSize.
- Remove unnecessary bAutoSize value because SetWindowPos doesn't
  generate WM_SIZE when there is nothing to do on both Windows and
  Wine.
dlls/comctl32/toolbar.c