Fix #111238: Arrow keys in some menus work in the opposite direction #111341

Merged
Philipp Oeser merged 1 commits from lichtwerk/blender:111238 into main 2023-08-22 09:35:18 +02:00

1 Commits

Author SHA1 Message Date
Philipp Oeser 142e8b0e92 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.
2023-08-21 12:30:55 +02:00