commit | a05bfbfb86cb9d5d81fdbbfef02f5dd11e1f1a53 | [log] [tgz] |
---|---|---|
author | Phil Krylov <phil@newstar.rinet.ru> | Mon Jan 09 18:41:45 2006 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 09 18:41:45 2006 +0100 |
tree | 1296fc98c7a794a4a373d85e363aded198e9eb9e | |
parent | a2f883484f11f291d965ba543ec03a9626db943a [diff] |
comctl32: Fix rebar autosize behaviour. Allow autoresizing rebar by PostMessage(hwndRebar, WM_SIZE, 0, 0) like native does, taking as few rows as possible and using the parent window client area size for the other dimension (width for horizontal rebars or height for vertical ones).