# HG changeset patch # User Rik # Date 1642087728 28800 # Node ID 7961eb9cdc18048235e0fa11921debfe8a7d945e # Parent ad8c9d93b86d7a1977bbc49393cc0840d8936a63# Parent 3c4e851e0220d87ea80efd8269cf8f1546166a05 maint: merge stable to default. diff -r ad8c9d93b86d -r 7961eb9cdc18 libinterp/corefcn/graphics.cc --- a/libinterp/corefcn/graphics.cc Wed Jan 12 14:28:14 2022 -0800 +++ b/libinterp/corefcn/graphics.cc Thu Jan 13 07:28:48 2022 -0800 @@ -11948,10 +11948,6 @@ m_handle_map[h] = go; - // Overriding defaults will work now because the handle is valid - // and we can find parent objects (not just handles). - go.override_defaults (); - if (go_name == "axes") { // Handle defaults for labels since overriding defaults for @@ -11976,6 +11972,10 @@ tgo.override_defaults (); } + // Overriding defaults will work now because the handle is valid + // and we can find parent objects (not just handles). + go.override_defaults (); + if (call_createfcn) bgo->get_properties ().execute_createfcn ();