[EXPLORER] Remove an unnecessary refresh of the rebar and its bands.
authorGiannis Adamopoulos <gadamopoulos@reactos.org>
Sat, 14 Oct 2017 15:36:02 +0000 (18:36 +0300)
committerGiannis Adamopoulos <gadamopoulos@reactos.org>
Sat, 14 Oct 2017 15:42:37 +0000 (18:42 +0300)
base/shell/explorer/traywnd.cpp

index d15eabf..f9d1f2a 100644 (file)
@@ -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);