Revision 9168 trunk/applications/appgvSIG/src/com/iver/cit/gvsig/gui/layout/fframes/FFrameView.java

View differences:

FFrameView.java
413 413
								refresh = false;
414 414
							}
415 415
						}
416
						if (rclip != null) {
417
							g.setClip(rclip.x, rclip.y, rclip.width,
418
									rclip.height);
419
						}
420

  
421 416
					} else {
422 417
						drawDraft(g);
423 418
					}
419
					if (rclip != null) {
420
						g.setClip(rclip.x, rclip.y, rclip.width,
421
								rclip.height);
422
					}
424 423
				} else {
425 424
					printX(g, at);
426 425
				}

Also available in: Unified diff