瀏覽代碼

恢复分页功能

Bhikkhu-Kosalla 5 年之前
父節點
當前提交
86757df5c0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/studio/plugin/system_print/module_function.js

+ 1 - 1
app/studio/plugin/system_print/module_function.js

@@ -15,7 +15,7 @@ function setPageBreak() {
 	}
 }
 function menu_file_print_printpreview(isPrev) {
-	//setPageBreak();
+	setPageBreak();
 	printpreview(true);
 }
 function printpreview(isPrev) {