this post was submitted on 29 Apr 2025
17 points (94.7% liked)

Godot

6582 readers
30 users here now

Welcome to the programming.dev Godot community!

This is a place where you can discuss about anything relating to the Godot game engine. Feel free to ask questions, post tutorials, show off your godot game, etc.

Make sure to follow the Godot CoC while chatting

We have a matrix room that can be used for chatting with other members of the community here

Links

Other Communities

Rules

We have a four strike system in this community where you get warned the first time you break a rule, then given a week ban, then given a year ban, then a permanent ban. Certain actions may bypass this and go straight to permanent ban if severe enough and done with malicious intent

Wormhole

!roguelikedev@programming.dev

Credits

founded 2 years ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] janonymous@lemmy.world 1 points 9 hours ago

I had similar issues with other programs. In my case it was PersistentWindows, which I use to make sure that the windows I open keep their position even when I disconnect my second monitor.

[–] aqua_cat@pawb.social 4 points 12 hours ago

That really sounds like an window manager thing, not a godot issue.

[–] jerkface@lemmy.ca 1 points 10 hours ago

I read this as meaning that the editor scrolls to where the cursor is when the window receives focus. The editor may have been scrolled elsewhere so the code could be read without losing the position of the cursor.

[–] revv@lemmy.blahaj.zone 2 points 15 hours ago

I feel like this might be OS/window-manager dependent. There may be a click to focus setting.

Does the same happen if you alt-tab or click on the title bar instead of within the editor?