Sfoglia il codice sorgente

Update zgl_screen.pas

Seenkao 2 anni fa
parent
commit
000372e1cc
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Zengl_SRC/src/zgl_screen.pas

+ 2 - 0
Zengl_SRC/src/zgl_screen.pas

@@ -676,7 +676,9 @@ begin
   {$ENDIF}
 
   scrResList.Count := 0;
+  {$IfDef LINUX}
   SetLength(scrResList.List, 0);
+  {$EndIf}
 
   scrInitialized := FALSE;
 end;