Explorar el Código

恢复分页功能

Bhikkhu-Kosalla hace 5 años
padre
commit
86757df5c0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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) {