mirror of
https://github.com/reactos/reactos.git
synced 2025-07-12 19:34:14 +00:00
[0.4.11] [BROWSEUI] Workaround regression CORE-15429 'unintended scrollbars'
Thanks to Doug Lyons for providing a temporary workaround quickly.
This commit is contained in:
parent
00a1f2214f
commit
7fd1b51e8d
1 changed files with 1 additions and 0 deletions
|
@ -1005,6 +1005,7 @@ HRESULT CShellBrowser::BrowseToPath(IShellFolder *newShellFolder,
|
|||
if (previousView == NULL)
|
||||
{
|
||||
RepositionBars();
|
||||
RepositionBars();
|
||||
}
|
||||
|
||||
// no use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue