comctl32: Fix for owner draw statusbar.
authorRein Klazes <wijn@online.nl>
Sun, 15 Feb 2009 13:27:55 +0000 (14:27 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 16 Feb 2009 15:01:23 +0000 (16:01 +0100)
commitda257e33011badf0a929dee03dd8390d1b439794
tree0dec0d5e30b15677c56cda5de7a9e7362e448470
parent788add572bbf139411e2fc02ea9e007ee6c22587
comctl32: Fix for owner draw statusbar.

Ownerdraw status bar should update on receiveing a SB_SETTEXT message,
even if the 'text' parameter has not changed. Fix with conformance
test.
dlls/comctl32/status.c
dlls/comctl32/tests/status.c