Godot Daily: UI Fixes and Platform Updates
Eight pull requests merged today addressing UI regressions, Wayland improvements, and macOS mouse handling issues. Additional translation sync brings first updates for Godot 4.7.
Duration: PT2M5S
Episode overview
This episode is a short developer briefing from Godot Daily.
It explains recent repository work in plain language.
- Show: Godot Daily
- Published: 2026-05-27T10:02:42Z
- Audio duration: PT2M5S
Transcript excerpt
This excerpt keeps the crawler page concise. Listen to the episode or use the RSS feed for the full update.
Good morning, this is Godot Daily for May 27th, 2026.
YeldhamDev merged a fix for the FileSystem dock collapse state regression, resolving an issue where uncollapsed states weren't loading properly when no files were selected during editor shutdown. The fix also replaces some tree update requests with more efficient BFS operations.
Deralmas merged improvements to Wayland hovered window handling, addressing touch input issues and ensuring the engine never receives problematic mouse enter and exit event combinations.
Bruvzg merged a new property for auto-adjusting oversampling with canvas item scale, which has been applied to the theme preview to maintain sharpness during scaling operations.
Nintorch merged a fix for an Input.parse_input_event Button regression that was caused by early return statements blocking subsequent code execution. The fix removes problematic return statements while maintaining functionality.
Stuartcarnie merged a macOS fix for mouse warp functionality in embedded game windows, correcting a regression where float-to-integer conversions were being handled incorrectly.
Nearby episodes from Godot Daily
- Weekly Recap - Platform Stability & Resource Management
- Resource Loading Fixes and Texture Compression Updates
- Resource Loading Fixes and Texture Compression Updates
- iOS and UI Container Fixes
- GPU Compatibility and Editor Polish
- Mobile Rendering and Editor UI Improvements
- Weekly Recap - Android Fixes & Editor Polish
- Android Crash Fix and Editor Polish