You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Dynamic option fields don't scale the width of the recommendations box correctly on hiDPI displays. It seems to underestimate the width, leading to text clipping.
To Reproduce
Steps to reproduce the behavior:
Launch Godot on a computer with a hiDPI display
Add a variable named "test_var"
Add a Set Variable node
Click on the dynamic option field for setting the variable name, and see the recommended box clipping the text
Expected behavior
The width should be wide enough to not clip text.
Screenshots
System (please complete the following information):
OS: Windows
Godot Version: 4.2.1.stable.official
Dialogic Version: 2.x (master)
Solutions
Workaround
N/A
Possible fixes
The code for field_options_dynamic might need to apply editor_scale somewhere in the line_length calculation.
The text was updated successfully, but these errors were encountered:
The problem
Describe the bug
Dynamic option fields don't scale the width of the recommendations box correctly on hiDPI displays. It seems to underestimate the width, leading to text clipping.
To Reproduce
Steps to reproduce the behavior:
Set Variable
nodeExpected behavior
The width should be wide enough to not clip text.
Screenshots
System (please complete the following information):
Solutions
Workaround
N/A
Possible fixes
The code for
field_options_dynamic
might need to apply editor_scale somewhere in the line_length calculation.The text was updated successfully, but these errors were encountered: