mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
[SHELL32] Fix status bar part sizes (#6243)
Based on KRosUser's cdefview_fixstatus.patch. JIRA issue: CORE-19406 In CDefView::OnSize, call _ForceStatusBarResize function instead of _HandleStatusBarResize function.
This commit is contained in:
parent
b5f9e1c2dc
commit
d46d3167a3
1 changed files with 1 additions and 1 deletions
|
@ -1784,7 +1784,7 @@ LRESULT CDefView::OnSize(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL &bHandled
|
|||
|
||||
_DoFolderViewCB(SFVM_SIZE, 0, 0);
|
||||
|
||||
_HandleStatusBarResize(wWidth);
|
||||
_ForceStatusBarResize();
|
||||
UpdateStatusbar();
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Reference in a new issue