Files
test2/source/blender/editors
Campbell Barton cb4aa93480 Fix #120465: Crash using the snap tool with Wayland & Libdecor
The snapping checked use the wmWindowManager::winactive without a null
check. This is documented to be NULL at times.

Resolve by using the context's window which makes sense as all other
screen variables are already using the context.

Libdecor is also missing window activation on startup,
this will be fixed separately.
2024-07-20 13:55:41 +10:00
..
2024-05-02 16:11:03 +10:00
2024-07-19 17:17:56 +02:00
2024-07-19 21:57:49 +02:00