diff options
author | Michael Alexsander <michaelalexsander@protonmail.com> | 2022-02-09 01:36:20 -0300 |
---|---|---|
committer | Michael Alexsander <michaelalexsander@protonmail.com> | 2022-02-09 01:36:20 -0300 |
commit | ef81dc1831db37c104091b5f7edf8102c8d72270 (patch) | |
tree | 6a3204b08529c827e003a00e6634e86c2bbf47c9 /doc | |
parent | 64c4ce516a9bc501a9e25421b722cd5245a0f5bb (diff) |
Remove code to update the layout direction of submenus from `PopupMenu`
Diffstat (limited to 'doc')
-rw-r--r-- | doc/classes/Window.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index ab8f51ced5..82bb74683f 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -435,7 +435,7 @@ <constant name="CONTENT_SCALE_ASPECT_EXPAND" value="4" enum="ContentScaleAspect"> </constant> <constant name="LAYOUT_DIRECTION_INHERITED" value="0" enum="LayoutDirection"> - Automatic layout direction, determined from the parent control layout direction. + Automatic layout direction, determined from the parent window layout direction. </constant> <constant name="LAYOUT_DIRECTION_LOCALE" value="1" enum="LayoutDirection"> Automatic layout direction, determined from the current locale. |