Fixed problem with CSS not being used in printing.
* The problem is that in last version of CutyCapt the parameter name has changed from "user-styles" to "user-style-path". FEA: ItEr68S08PrintingSupport
This commit is contained in:
parent
77307a0351
commit
e56ceadadf
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ public class CutyPrint {
|
|||
minWidthForTaskNameColumn);
|
||||
|
||||
// Relative user styles
|
||||
captureString += " --user-styles=" + generatedCSSFile;
|
||||
captureString += " --user-style-path=" + generatedCSSFile;
|
||||
|
||||
// Destination complete absolute path
|
||||
captureString += " --out=" + absolutePath + filename;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue