Forráskód Böngészése

ADD: Compute signature of TKASColorBox

Alexander Koblov 2 éve
szülő
commit
97f0941fe2
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/frames/ucomponentssignature.pas

+ 2 - 2
src/frames/ucomponentssignature.pas

@@ -3,7 +3,7 @@
    -------------------------------------------------------------------------
    Compute signature of a form, frame, etc. based on current options set
 
-   Copyright (C) 2016-2018 Alexander Koblov ([email protected])
+   Copyright (C) 2016-2023 Alexander Koblov ([email protected])
 
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -106,7 +106,7 @@ begin
       Result := crc32(Result, @SampleValue, sizeof(SampleValue));
     end;
 
-    'TColorBox':
+    'TColorBox', 'TKASColorBox':
     begin
       ColorSampleValue := TColorBox(aComponent).Selected;
       Result := crc32(Result, @ColorSampleValue, 4);