comparison libgui/graphics/TextControl.cc @ 31647:431f80aba37a

maint: Merge stable to default.
author John W. Eaton <jwe@octave.org>
date Tue, 06 Dec 2022 15:37:43 -0500
parents ca7d58406f82 c6d54dd31a7e
children deb553ac2c54
comparison
equal deleted inserted replaced
31645:bd9da634f00d 31647:431f80aba37a
31 31
32 #include "Container.h" 32 #include "Container.h"
33 #include "TextControl.h" 33 #include "TextControl.h"
34 #include "QtHandlesUtils.h" 34 #include "QtHandlesUtils.h"
35 35
36 namespace octave 36 OCTAVE_BEGIN_NAMESPACE(octave)
37 {
38 37
39 TextControl * 38 TextControl *
40 TextControl::create (octave::interpreter& interp, const graphics_object& go) 39 TextControl::create (octave::interpreter& interp, const graphics_object& go)
41 { 40 {
42 Object *parent = parentObject (interp, go); 41 Object *parent = parentObject (interp, go);
91 BaseControl::update (pId); 90 BaseControl::update (pId);
92 break; 91 break;
93 } 92 }
94 } 93 }
95 94
96 } 95 OCTAVE_END_NAMESPACE(octave)