Przeglądaj źródła

恢复分页功能

Bhikkhu-Kosalla 5 lat temu
rodzic
commit
86757df5c0

+ 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) {