blender/source
Campbell Barton 9ed5ed1a2b Fix #121686: Regression: Context Menu has many operations disabled
Resolve own regression in [0] which caused operators poll functions
in context menus to fail because the menus own region was set
causing the button clicked on not to be detected as the active button.

Resolve by passing "can_refresh" as an argument to ui_popup_block_create
which only sets the "region_popup" context item for popups that can
refresh. This is done because previously "region_popup" was only ever
set for temporary regions that refreshed (details in code-comments).

[0]: 38d11482f5e961e4d05930550452436da446dd4c
2024-05-14 14:08:28 +10:00
..
blender Fix #121686: Regression: Context Menu has many operations disabled 2024-05-14 14:08:28 +10:00
creator Cleanup: Move BKE_node to namespace 2024-05-13 16:07:12 +02:00
CMakeLists.txt Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00