shell32: Forward AutoArrange() to IFolderView2.
This commit is contained in:
parent
a897adb67b
commit
7e0e82bc9c
|
@ -3145,8 +3145,8 @@ static HRESULT WINAPI IShellFolderView_fnArrangeGrid(IShellFolderView *iface)
|
||||||
static HRESULT WINAPI IShellFolderView_fnAutoArrange(IShellFolderView *iface)
|
static HRESULT WINAPI IShellFolderView_fnAutoArrange(IShellFolderView *iface)
|
||||||
{
|
{
|
||||||
IShellViewImpl *This = impl_from_IShellFolderView(iface);
|
IShellViewImpl *This = impl_from_IShellFolderView(iface);
|
||||||
FIXME("(%p) stub\n", This);
|
TRACE("(%p)\n", This);
|
||||||
return E_NOTIMPL;
|
return IFolderView2_SetCurrentFolderFlags(&This->IFolderView2_iface, FWF_AUTOARRANGE, FWF_AUTOARRANGE);
|
||||||
}
|
}
|
||||||
|
|
||||||
static HRESULT WINAPI IShellFolderView_fnGetAutoArrange(IShellFolderView *iface)
|
static HRESULT WINAPI IShellFolderView_fnGetAutoArrange(IShellFolderView *iface)
|
||||||
|
|
Loading…
Reference in New Issue