Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 411463 | Differences between
and this patch

Collapse All | Expand All

(-)boinc-7.0.28/clientgui/AdvancedFrame.cpp.old (+5 lines)
Lines 701-706 Link Here
701
701
702
    wxMenuBar* m_pOldMenubar = GetMenuBar();
702
    wxMenuBar* m_pOldMenubar = GetMenuBar();
703
    SetMenuBar(m_pMenubar);
703
    SetMenuBar(m_pMenubar);
704
#ifdef __WXGTK__
705
    /* Force WX to recalculate the size of the (new) menu bar */
706
    /* courtesy Huibert (Huib Boinc Forums) */
707
    SendSizeEvent();
708
#endif
704
#ifdef __WXMAC__
709
#ifdef __WXMAC__
705
    m_pMenubar->MacInstallMenuBar();
710
    m_pMenubar->MacInstallMenuBar();
706
    MacLocalizeBOINCMenu();
711
    MacLocalizeBOINCMenu();

Return to bug 411463