Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions graf2d/postscript/src/TPostScript.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -2129,7 +2129,6 @@ void TPostScript::SetFillColor( Color_t cindex )
{
fFillColor = cindex;
if (gStyle->GetFillColor() <= 0) cindex = 0;
SetColor(Int_t(cindex));
}

////////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -2461,7 +2460,6 @@ void TPostScript::SetFillPatterns(Int_t ipat, Int_t color)
void TPostScript::SetLineColor( Color_t cindex )
{
fLineColor = cindex;
SetColor(Int_t(cindex));
}

////////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -2552,7 +2550,6 @@ void TPostScript::SetLineWidth(Width_t linewidth)
void TPostScript::SetMarkerColor( Color_t cindex )
{
fMarkerColor = cindex;
SetColor(Int_t(cindex));
}

////////////////////////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -2607,8 +2604,6 @@ void TPostScript::SetColor(Float_t r, Float_t g, Float_t b)
void TPostScript::SetTextColor( Color_t cindex )
{
fTextColor = cindex;

SetColor( Int_t(cindex) );
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
Loading
Loading