[Git][wxwidgets/wxwidgets][master] lower the macos requirement (#26067)

1 view
Skip to first unread message

Vadim Zeitlin (@_VZ_)

unread,
Jan 3, 2026, 6:29:30 AMJan 3
to wx-commi...@googlegroups.com

Vadim Zeitlin pushed to branch master at wxWidgets / wxWidgets

Commits:

  • 23b3a229
    by Stefan Csomor at 2026-01-03T12:11:33+01:00
    lower the macos requirement (#26067)
    
    the color constants exist already in macOS 10.14 Mojave

1 changed file:

Changes:

  • src/osx/cocoa/renderer.mm
    ... ... @@ -576,8 +576,8 @@ wxRendererMac::DrawItemSelectionRect(wxWindow * WXUNUSED(win),
    576 576
     
    
    577 577
         wxColour col;
    
    578 578
     
    
    579
    -#if __MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_VERSION_14_0
    
    580
    -    if (WX_IS_MACOS_AVAILABLE(14, 0))
    
    579
    +#if __MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_VERSION_10_14
    
    580
    +    if (WX_IS_MACOS_AVAILABLE(10, 14))
    
    581 581
         {
    
    582 582
             col = wxColour( (flags & wxCONTROL_FOCUSED)
    
    583 583
                 ? [NSColor selectedContentBackgroundColor]
    


View it on GitLab.
You're receiving this email because of your account on gitlab.com. Manage all notifications · Help Notification message regarding https://gitlab.com/wxwidgets/wxwidgets/-/commit/23b3a229d22bb63b098362338d5df64e6fc6cc53 at 1767439768

Reply all
Reply to author
Forward
0 new messages