diff scripts/image/image.m @ 7315:3ceb12c499e9

[project @ 2007-12-13 21:35:36 by jwe]
author jwe
date Thu, 13 Dec 2007 21:35:36 +0000
parents 1e8e64d71e34
children b93ac0586e4b
line wrap: on
line diff
--- a/scripts/image/image.m	Thu Dec 13 17:48:59 2007 +0000
+++ b/scripts/image/image.m	Thu Dec 13 21:35:36 2007 +0000
@@ -70,6 +70,7 @@
   unwind_protect
     axes (ax);
     h = __img__ (x, y, img, varargin {firstnonnumeric:end});
+    set (ax, "layer", "top");
   unwind_protect_cleanup
     axes (oldax);
   end_unwind_protect