diff --git a/components/lazmapviewer/source/mvmapviewer.pas b/components/lazmapviewer/source/mvmapviewer.pas index 027559dfd..6759aa663 100644 --- a/components/lazmapviewer/source/mvmapviewer.pas +++ b/components/lazmapviewer/source/mvmapviewer.pas @@ -831,7 +831,7 @@ begin DrawingEngine.DrawLazIntfImage(X, Y, TileImg); end else begin - DrawingEngine.BrushColor := clWhite; + DrawingEngine.BrushColor := InactiveColor; DrawingEngine.BrushStyle := bsSolid; DrawingEngine.FillRect(X, Y, X + TILE_SIZE, Y + TILE_SIZE); end;