changeset 30994:1212ed22f962

maint: merge stable to default
author Rik <rik@octave.org>
date Wed, 11 May 2022 09:45:31 -0700
parents 4ef25c610433 (current diff) 63710f3bd981 (diff)
children 1fcfe9443917
files libinterp/corefcn/graphics.in.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/graphics.in.h	Mon May 09 13:58:46 2022 -0400
+++ b/libinterp/corefcn/graphics.in.h	Wed May 11 09:45:31 2022 -0700
@@ -5821,7 +5821,7 @@
   protected:
     void init (void)
     {
-      m_position.add_constraint ("min", 0, false);
+      m_position.add_constraint ("min", 0, true);
     }
   };