Files
test/source/blender/windowmanager
Hans Goudey ceb3d75c18 Cleanup: Use const for context store variables
Generally the context store is owned by `uiBlock`. Other pointers
to the store (in `bContext` and other operator data) shouldn't change
it, so those variables are now const. One exception is the pointer in
`uiLayout`, but that has a clearly short lifetime, so that's okay.
2023-08-31 12:00:04 -04:00
..
2023-08-05 14:22:48 +10:00
2023-08-31 10:38:13 +10:00