← Back to team overview

hugin-devs team mailing list archive

[Bug 1598005] Re: Default branch problems in Fedora 24

 

The problem with the missing menubar seems to be a combination of wxWidgets and GTK3. see ticker http://trac.wxwidgets.org/ticket/17539
Best would be to update the wxWidgets version with this fix.
A workaround could be to remove the wxTB_DOCKABLE style from the toolbar, as the ticket mentions that it only happens with this style.
Edit src/hugin1/hugin/xrc/main_tool.xrc, line 4. Change from
    <style>wxTB_FLAT|wxTB_DOCKABLE</style>
to
    <style>wxTB_FLAT</style>

But the problem with the sizers remains.

** Bug watch added: trac.wxwidgets.org/ #17539
   http://trac.wxwidgets.org/ticket/17539

-- 
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1598005

Title:
  Default branch problems in Fedora 24

Status in Hugin:
  New

Bug description:
  The default branch (hugin-2016.3.0.1e53df29f670) builds without error in fedora 24 x86_64 but there are display problems.
  Image 'Selection_006.jpg' shows the window when it first opens.
  Image 'Selection_007.jpg' shows the window after a slight drag from bottom RH corner.
  Image 'Selection_008.jpg' shows that the menus exist, but the menu names are not displayed.
  Image 'About Hugin_009.jpg' shows the build details.

To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1598005/+subscriptions


References