We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Godot v4.3.beta3
Godot v4.3.beta3 - Fedora Linux 40 (KDE Plasma) - Wayland - Vulkan (Forward+) - (software emulation on CPU) llvmpipe (LLVM 18.1.6, 256 bits)
ScrollContainer follow focus is not taking scrollbar in to account when layout_direction is set to Right-to-Left
First image is LtR, control is aligned with the scrollbar.
If layout_direction is set to RtL, control is under the scrollbar.
Switch between RtL and LtR on the ScrollContainer
rtl-scrollcontainer-.zip
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Tested versions
Godot v4.3.beta3
System information
Godot v4.3.beta3 - Fedora Linux 40 (KDE Plasma) - Wayland - Vulkan (Forward+) - (software emulation on CPU) llvmpipe (LLVM 18.1.6, 256 bits)
Issue description
ScrollContainer follow focus is not taking scrollbar in to account when layout_direction is set to Right-to-Left
First image is LtR, control is aligned with the scrollbar.
If layout_direction is set to RtL, control is under the scrollbar.
Steps to reproduce
Switch between RtL and LtR on the ScrollContainer
Minimal reproduction project (MRP)
rtl-scrollcontainer-.zip
The text was updated successfully, but these errors were encountered: