Files
test/source
Julian Eisel 3220912760 Fix 109320: Crash when showing tooltip in menu search (Intel MacOS)
`uiBut` cannot simply be zero-allocated any more and needs proper construction
(so the `std::function` members can be constructed properly for example). I'm
not entirely sure where and how exactly the crash happens (happens in release
builds only, so probably optimization related), but this change must be done
either way and fixes the issue.
2023-08-25 19:18:40 +02:00
..