Store the cmapindex and use it to select the correct gradien in the adjust window
This commit is contained in:
@ -38,7 +38,7 @@ begin
|
||||
begin
|
||||
cmap_index := Random(NRCMAPS);
|
||||
GetCMap(cmap_index, 1, DestCP.cmap);
|
||||
cmap_index := DestCP.cmapindex;
|
||||
// cmap_index := DestCP.cmapindex;
|
||||
DestCP.cmapIndex := cmap_index;
|
||||
end;
|
||||
1:
|
||||
|
Reference in New Issue
Block a user