Index: mod_printPDF.php
===================================================================
--- mod_printPDF.php	(revision 2663)
+++ mod_printPDF.php	(working copy)
@@ -198,6 +198,7 @@
 			map_height = <?php echo $a0l_map_height; ?>;
 		}     
 		var pos = pt.makeClickPos2RealWorldPos(target, map_width , map_height);
+		var prevscale= pt.mb_getScale(target);
 		pt.mb_mapObj[ind].extent = coord[0] + "," + pos[1] + "," + pos[0] + "," +  coord[3];
 
 		pt.mb_mapObj[ind].width = Math.round(map_width);
@@ -208,7 +209,7 @@
 		pt.window.frames[target].document.getElementById("maps").style.height = Math.round(map_height);
 
 		//pt.setMapRequest(target);		
-		pt.mb_repaintScale(target, null, null, pt.mb_getScale(target));
+		pt.mb_repaintScale(target, null, null, prevscale);
       	document.form1.map_url.value = '';
 		for(var i=0; i<pt.mb_mapObj[ind].wms.length; i++){
 			if(pt.mb_mapObj[ind].wms[i].gui_wms_visible > 0){
