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

Collapse All | Expand All

(-)boinc-6.12.42/clientgui/AdvancedFrame.cpp.old (+5 lines)
Lines 708-713 Link Here
708
708
709
    wxMenuBar* m_pOldMenubar = GetMenuBar();
709
    wxMenuBar* m_pOldMenubar = GetMenuBar();
710
    SetMenuBar(m_pMenubar);
710
    SetMenuBar(m_pMenubar);
711
#ifdef __WXGTK__
712
    /* Force WX to recalculate the size of the (new) menu bar */
713
    /* from Huibert (huib at boinc forums */
714
    SendSizeEvent();
715
#endif
711
#ifdef __WXMAC__
716
#ifdef __WXMAC__
712
    m_pMenubar->MacInstallMenuBar();
717
    m_pMenubar->MacInstallMenuBar();
713
    MacLocalizeBOINCMenu();
718
    MacLocalizeBOINCMenu();

Return to bug 379979