You've already forked lazarus-ccr
Industrial: Fix LCDDisplay colors not changing any more after a first modification.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8359 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -1271,7 +1271,8 @@ end;
|
||||
|
||||
procedure TLCDDisplay.SetColorScheme(const Value: TColorScheme);
|
||||
begin
|
||||
if Value = FColorScheme then Exit;
|
||||
if (Value = FColorScheme) and (FColorScheme <> csCustom) then
|
||||
Exit;
|
||||
case Value of
|
||||
csBlue: begin
|
||||
FBoardColor := clBlack;
|
||||
|
Reference in New Issue
Block a user