Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
2 changes: 1 addition & 1 deletion graf2d/graf/src/TPie.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ void TPie::SavePrimitive(std::ostream &out, Option_t *option)
fPieSlices[i]->SavePrimitive(out, slice_name.Data());
}

SavePrimitiveDraw(out, "pie", option);
out << " gPad->Add(pie, \"" << TString(option).ReplaceSpecialCppChars() << "\");\n";
}

////////////////////////////////////////////////////////////////////////////////
Expand Down
1 change: 1 addition & 0 deletions gui/webgui6/src/TWebCanvas.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ Bool_t TWebCanvas::IsJSSupportedClass(TObject *obj, Bool_t many_primitives)
{"TWbox"}, // some extra calls which cannot be handled via TWebPainter
{"TLine", false, true}, // can be handler via TWebPainter, disable for large number of primitives (like in greyscale.C)
{"TEllipse", true, true}, // can be handled via TWebPainter, disable for large number of primitives (like in greyscale.C)
{"TPie"},
{"TText"},
{"TLatex"},
{"TLink"},
Expand Down
Loading
Loading