Bhikkhu-Kosalla 5 лет назад
Родитель
Сommit
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) {