-
-
Notifications
You must be signed in to change notification settings - Fork 21.4k
New issue
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
4 beta, Editor Settings, Shortcuts tab, a misaligned border #71213
Comments
Can't reproduce v4.0.beta.custom_build [9c02bf1] - looks like something is rendering incorrectly rather than a bug with the shortcuts editor itself. |
You are correct, it isn't limited to the shortcuts' editor. |
Also can't reproduce, tested in beta 17. |
I'm still able to reproduce it in: v4.0.beta17.official [c400205] I found another place where it happens for me. In the After clicking in the And the "misaligned border" disappears and appears when, godot_4_misaligned_border.mp4Here's a project so that we are testing the same thing. NoteIt would be helpful if anyone that tests this lists their graphics card. |
Ah I missed that you use compatibility renderer. I can reproduce with it too. |
I noticed it too in
v4.0.rc2.official [d2699dc] |
According to Calinou, the issue is caused by:
That comment is written in this issue: If an issue should have only one open thread, then either this or that thread should be closed as a duplicate. The issue is reproducible in:Godot v4.1.rc1 - Windows 10.0.19045 - Vulkan (Compatibility) - GeForce GTX 550 Ti () - Intel(R) Core(TM) i3-2100 CPU @ 3.10GHz (4 Threads) |
|
Godot version
v4.0.beta11.official [91713ce]
System information
Windows 10 22H2, Compatibility, GeForce GTX 550 Ti
Issue description
There is a misaligned border on the
Editors Settings...
,Shortcuts
tab.When un/folding a shortcuts header.
godot_4_editor_settings_misaligned_border.mp4
Steps to reproduce
Editor > Editor Settings...
Shortcuts
Filter by event...
Space
Common
to fold/hide the two shortcutsExpected
A misaligned border shouldn't appear in front of the header text:
Canvas Item Editor
Observed
A white border appears around the key bindings area.
But when the mouse pointer is held still for a second, then a tooltip appears:
Common
Now the white border changes color to blue, and a second blue inner border appears.
The top of the inner border appears in front of the next header:
Canvas Item Editor
and the right side of the border is slightly offset by a couple of pixels from the shortcut areas right side.
Common
to unfold/show the two shortcutsNow, the inner border appears near the center of the shortcuts area,
and the inner borders', right side, is offset to the left more than before.
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: