changeset 28876:fb4477c3d399

colorbar.m: Fix merge error.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 08 Oct 2020 20:41:12 +0200
parents b4ffff8683fc
children cd2178d0e43b
files scripts/plot/draw/colorbar.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/draw/colorbar.m	Thu Oct 08 20:25:05 2020 +0200
+++ b/scripts/plot/draw/colorbar.m	Thu Oct 08 20:41:12 2020 +0200
@@ -277,7 +277,7 @@
     ## Create colorbar axes if necessary
     if (new_colorbar)
       hcb = axes ("parent", hpar, "tag", "colorbar",
-                  "activepositionproperty", "position",
+                  "positionconstraint", "innerposition",
                   "units", get (hax, "units"), "position", cbpos,
                   "colormap", cmap,
                   "box", "on", "xdir", "normal", "ydir", "normal");