Reduce toolbar redrawing and flicker by calling RedrawWindow() in
authorChris Morgan <cmorgan@wpi.edu>
Tue, 23 May 2000 21:11:06 +0000 (21:11 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 23 May 2000 21:11:06 +0000 (21:11 +0000)
commit7030c5f78ae29404278df837b18f8ce86c5df6d8
tree1f53c913613b62f0f86d0383d2b55ce9db0fadc7
parent7f90a8c900f6cc2249063933dde656eef2f33ed8
Reduce toolbar redrawing and flicker by calling RedrawWindow() in
TOOLBAR_MouseMove() only if hot effect applies to the current hot
button.  Restore bHot flag of hot button in TOOLBAR_LButtonUp() to
restore hot effect properly.
dlls/comctl32/toolbar.c