Skip to content

Commit

Permalink
update hairline mode
Browse files Browse the repository at this point in the history
  • Loading branch information
qcad committed Oct 15, 2014
1 parent 9aee5f8 commit b8e5090
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/File/PrintPreview/PrintPreview.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ PrintPreview.prototype.beginEvent = function() {
// for printing / preview:
this.view.setBackgroundColor(Print.getBackgroundColor(document));
this.view.setColorMode(Print.getColorMode(document));
this.view.setHairlineMode(Print.getHairlineMode(document));
this.view.setPrintPreview(true);

this.updateBackgroundDecoration();
Expand Down

0 comments on commit b8e5090

Please sign in to comment.