lower the macos requirement (#26067) the color constants exist already in macOS 10.14 Mojave
| ... | ... | @@ -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