Просмотр исходного кода

ADD: Compute signature of TKASColorBox

Alexander Koblov 2 лет назад
Родитель
Сommit
97f0941fe2
1 измененных файлов с 2 добавлено и 2 удалено
  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);