From da5b61f32fe6ef332fa226bf1653cd12e08dc64f Mon Sep 17 00:00:00 2001 From: Giannis Adamopoulos Date: Sat, 14 Oct 2017 18:36:02 +0300 Subject: [PATCH] [EXPLORER] Remove an unnecessary refresh of the rebar and its bands. --- base/shell/explorer/traywnd.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/base/shell/explorer/traywnd.cpp b/base/shell/explorer/traywnd.cpp index d15eabfac32..f9d1f2ae391 100644 --- a/base/shell/explorer/traywnd.cpp +++ b/base/shell/explorer/traywnd.cpp @@ -1532,13 +1532,6 @@ ChangePos: Horizontal = IsPosHorizontal(); - IUnknown_Exec(m_TrayBandSite, - IID_IDeskBand, - DBID_BANDINFOCHANGED, - 0, - NULL, - NULL); - /* We're about to resize/move the start button, the rebar control and the tray notification control */ dwp = BeginDeferWindowPos(3); -- 2.17.1