mirror of
https://github.com/reactos/reactos.git
synced 2024-11-23 11:33:31 +08:00
[COMCTL32] Redraw children when the combo box is dropped down.
Wine commit c82d6ee by Gabriel Ivancescu Fixes CORE-17883
This commit is contained in:
parent
89dd9ecacb
commit
ff89651ed0
@ -1046,8 +1046,7 @@ static void CBDropDown( LPHEADCOMBO lphc )
|
||||
|
||||
|
||||
if( !(lphc->wState & CBF_NOREDRAW) )
|
||||
RedrawWindow( lphc->self, NULL, 0, RDW_INVALIDATE |
|
||||
RDW_ERASE | RDW_UPDATENOW | RDW_NOCHILDREN );
|
||||
RedrawWindow( lphc->self, NULL, 0, RDW_INVALIDATE | RDW_ERASE | RDW_UPDATENOW );
|
||||
|
||||
EnableWindow( lphc->hWndLBox, TRUE );
|
||||
if (GetCapture() != lphc->self)
|
||||
|
Loading…
Reference in New Issue
Block a user