Skip to content

Commit 706166f

Browse files
Make printing work again.
Resolves #1056
1 parent 1e0cda0 commit 706166f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/MathCell.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,9 @@ bool MathCell::DrawThisCell(wxPoint point)
418418
if((point.x < 0) || (point.y < 0))
419419
return false;
420420

421+
if(!m_clipToDrawRegion)
422+
return true;
423+
421424
SetCurrentPoint(point);
422425

423426
// If a cell is broken into lines its individual parts are displayed but

0 commit comments

Comments
 (0)