Skip to content
Draft
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
4 changes: 2 additions & 2 deletions graf2d/gpad/src/TCanvas.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -602,8 +602,8 @@ void TCanvas::Build()

if (IsBatch()) {
// Make sure that batch interactive canvas sizes are the same
fCw -= 4;
fCh -= 28;
fCw -= 2;
fCh -= 24;
} else if (IsWeb()) {
// mark canvas as batch - avoid gVirtualX in many places
SetBatch(kTRUE);
Expand Down
Loading