comparison libgui/graphics/Panel.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
40 #include "QtHandlesUtils.h" 40 #include "QtHandlesUtils.h"
41 41
42 #include "graphics.h" 42 #include "graphics.h"
43 #include "interpreter.h" 43 #include "interpreter.h"
44 44
45 namespace octave 45 OCTAVE_BEGIN_NAMESPACE(octave)
46 {
47 46
48 static int 47 static int
49 frameStyleFromProperties (const uipanel::properties& pp) 48 frameStyleFromProperties (const uipanel::properties& pp)
50 { 49 {
51 if (pp.bordertype_is ("none")) 50 if (pp.bordertype_is ("none"))
423 { 422 {
424 Object::do_connections (receiver); 423 Object::do_connections (receiver);
425 Object::do_connections (receiver, m_container->canvas (m_handle)); 424 Object::do_connections (receiver, m_container->canvas (m_handle));
426 } 425 }
427 426
428 }; 427 OCTAVE_END_NAMESPACE(octave);