octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #54678] Figure's Position when MenuBar is none


From: Guillaume
Subject: [Octave-bug-tracker] [bug #54678] Figure's Position when MenuBar is none
Date: Wed, 19 Sep 2018 04:52:01 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

Follow-up Comment #3, bug #54678 (project octave):

Thanks @Pantxo!

When I first applied the patch, I got an error at compilation:


  CXX     
libgui/graphics/libgui_graphics_libgui_graphics_la-ObjectFactory.lo
../libgui/graphics/Figure.cc:544:52: error: no ‘void
QtHandles::Figure::showMenuBar(bool, int)’ member function declared in class
‘QtHandles::Figure’
   Figure::showMenuBar (bool visible, int h_previous)


I then removed the following from Figure.cc:


  void
  Figure::showMenuBar (bool visible, int h_previous)
  {
  }


and it compiled fine. With the patch, the issue I mentioned disappear and
everything seem to be working fine! Thanks!

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?54678>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]