frang75 / nappgui_src

SDK for building cross-platform desktop apps in ANSI-C
https://www.nappgui.com
MIT License
442 stars 43 forks source link

Products demo report an error in the mac m1 #96

Closed millken closed 3 months ago

millken commented 3 months ago
image
frang75 commented 3 months ago

Hi @millken! Apple has changed the NSMenu implementation in macOS Sonoma. https://developer.apple.com/documentation/macos-release-notes/appkit-release-notes-for-macos-14

This NAppGUI check became obsolete. Fixed in this commit: https://github.com/frang75/nappgui_src/commit/197c7db6c41b8bde7e01532d4943ee95d4e8ca7e

Thanks for report!

millken commented 3 months ago

Thanks, It works as expected.