# HG changeset patch # User Rik # Date 1652287531 25200 # Node ID 1212ed22f9620120c0660e1bc441593a12d3158d # Parent 4ef25c6104338ccf9e6354060d28ee8ad70a9ed9# Parent 63710f3bd9811c2d206ac9e7b4f47cf06c47e153 maint: merge stable to default diff -r 4ef25c610433 -r 1212ed22f962 libinterp/corefcn/graphics.in.h --- 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); } };