# HG changeset patch # User Ben Abbott # Date 1350270958 25200 # Node ID f915996325b7abbfe1244d21d4b52d51007cc94a # Parent dee69050bb0202cff390419cca93aba21b591ec9 Add missing DisplayName and EraseMode properties to hggroups (bug #37442) * libinterp/interpfcn/graphics.in.h: Add missing DisplayName and EraseMode properties to hggroups (bug #37442). diff --git a/libinterp/interpfcn/graphics.in.h b/libinterp/interpfcn/graphics.in.h --- a/libinterp/interpfcn/graphics.in.h +++ b/libinterp/interpfcn/graphics.in.h @@ -4810,6 +4810,8 @@ // properties declarations. BEGIN_PROPERTIES (hggroup) + string_property displayname , "" + radio_property erasemode , "{normal}|none|xor|background" // hidden properties for limit computation row_vector_property xlim hr , Matrix () row_vector_property ylim hr , Matrix ()