Sfoglia il codice sorgente

Commented out code

Source commit: 4c40bf3879601e3be1f9bc6954814738faf265d4
Martin Prikryl 1 anno fa
parent
commit
d4baa596e9
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      source/packages/filemng/DirView.pas

+ 0 - 1
source/packages/filemng/DirView.pas

@@ -2357,7 +2357,6 @@ begin
       Mask := Mask or LVIF_DI_SETITEM;
     end;
   end; {With PFileRec Do}
-  {Mask := Mask Or LVIF_DI_SETITEM; {<== causes flickering display and icons not to be updated on renaming the item}
 end;
 
 function TDirView.ItemColor(Item: TListItem): TColor;