diff libgui/graphics/Figure.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
line wrap: on
line diff
--- a/libgui/graphics/Figure.cc	Tue Dec 06 15:17:16 2022 -0500
+++ b/libgui/graphics/Figure.cc	Tue Dec 06 15:37:43 2022 -0500
@@ -65,8 +65,7 @@
 #include "builtin-defun-decls.h"
 #include "interpreter.h"
 
-namespace octave
-{
+OCTAVE_BEGIN_NAMESPACE(octave)
 
   DECLARE_GENERICEVENTNOTIFY_SENDER(MenuBar, QMenuBar);
 
@@ -145,7 +144,6 @@
     m_menuBar->addReceiver (this);
     m_menuBar->setStyleSheet (m_menuBar->styleSheet () + global_menubar_style);
 
-
     // Status bar
     m_statusBar = win->statusBar ();
     m_statusBar->setVisible (false);
@@ -905,4 +903,4 @@
       w->setMouseTracking (true);
   }
 
-}
+OCTAVE_END_NAMESPACE(octave)