mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
ADD: Compute signature of TKASColorBox
This commit is contained in:
parent
b635c03750
commit
97f0941fe2
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
-------------------------------------------------------------------------
|
||||
Compute signature of a form, frame, etc. based on current options set
|
||||
|
||||
Copyright (C) 2016-2018 Alexander Koblov (alexx2000@mail.ru)
|
||||
Copyright (C) 2016-2023 Alexander Koblov (alexx2000@mail.ru)
|
||||
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue