bdk-blender/source/blender/modifiers
Philipp Oeser 5eafbc7c6e Fix #111238: Arrow keys in some menus work in the opposite direction
Since menus are created flipped (from event handling point of view), the
root layout block needs to be flagged `UI_BLOCK_IS_FLIP`.
This was missing for a couple of `uiMenuCreateFunc`, namely:
- creating worspaces menu
- modifiers extra ops
- constraints extra ops
- GP modifiers extra ops
- GP Shader FX extra ops

Same fix as f51de2246c.

Not crtitcal, but could go into LTS I guess.

Pull Request: blender/blender#111341
2023-09-13 13:45:34 +02:00
..
intern Fix #111238: Arrow keys in some menus work in the opposite direction 2023-09-13 13:45:34 +02:00
CMakeLists.txt Cleanup: Remove compile option for curves object 2022-07-19 12:10:45 -05:00
MOD_modifiertypes.h File headers: SPDX License migration 2022-02-11 09:14:36 +11:00
MOD_nodes.h Geometry Nodes: Don't create node tree when adding nodes modifier 2022-03-29 22:30:51 +02:00