Skip to content
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

Output window doesn't scroll with certain editor scale settings #82041

Closed
rainlizard opened this issue Sep 21, 2023 · 6 comments · Fixed by #82079
Closed

Output window doesn't scroll with certain editor scale settings #82041

rainlizard opened this issue Sep 21, 2023 · 6 comments · Fixed by #82079

Comments

@rainlizard
Copy link
Contributor

Godot version

v4.2.dev5.official [e3e2528]

System information

Godot v4.2.dev5 - Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 970 (NVIDIA; 31.0.15.3623) - Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (8 Threads)

Issue description

#79975 closed his issue too early, it's a separate issue to #78434.

I'll just repost his same gif:
256703477-a7db18c1-eccf-42af-85ef-1a1472f30c73

Steps to reproduce

I had a theory it was related to editor settings and I tracked it down:

  1. Editor -> Display Scale = Custom
  2. Editor -> Custom Display Scale = 1.15
  3. Click Save & Restart
  4. Print stuff
var number := 0
func _process(delta: float) -> void:
	number += 1
	print(number)

The scale number matters, 1.1 seems to be fine but smaller decimal places such as 1.15 are what cause the issue.

Minimal reproduction project

printbug.zip

@dalexeev
Copy link
Member

CC @bruvzg

@Calinou Calinou changed the title Output window doesn't scroll Output window doesn't scroll with certain editor scale settings Nov 6, 2023
@akien-mga akien-mga added this to the 4.3 milestone Nov 21, 2023
@Swarkin
Copy link
Contributor

Swarkin commented Nov 27, 2023

I have the same issue but scale is at Auto 100%. I couldnt find any more similar issue to post this in.

@Calinou
Copy link
Member

Calinou commented Nov 27, 2023

@Swarkin Can you test #82079? Also, which screen resolution are you using? Is the editor window maximized? Which scale factor are you using in your OS settings?

@Swarkin
Copy link
Contributor

Swarkin commented Nov 27, 2023

@Calinou the artifacts are expired sadly and dont have the time to compile right now
The editor is maximized and im using normal scale (100%) both editor and OS.
I have 2 screens (secondary 4k 60hz / main 2560x1440 144hz), using the main one.
v4.2.rc1.official - Windows 10.0.19045 - Vulkan (Forward+) - dedicated AMD Radeon RX 6700 XT (Advanced Micro Devices, Inc.; 31.0.22023.1014) - Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz (6 Threads)

@AThousandShips
Copy link
Member

Re-running so artifacts will be available

@Swarkin
Copy link
Contributor

Swarkin commented Nov 27, 2023

That build seems to fix the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants