TextEdit/LineEdit inconsistency when non-editable #97099
Open
Description
opened on Sep 17, 2024
Tested versions
- Reproducable in v4.3.stable.official [77dcf97]
System information
Godot v4.3.stable - Windows 10.0.19045 - Vulkan (Mobile) - dedicated AMD Radeon RX 6600 (Advanced Micro Devices, Inc.; 32.0.11029.1008) - AMD Ryzen 5 3600 6-Core Processor (12 Threads)
Issue description
A TextEdit and LineEdit do not draw their StyleBoxes in the same way when editable = false
. I would expect these to look visually more similar than they do.
Steps to reproduce
- Create a TextEdit and a LineEdit next to each other.
- Uncheck
editable
for both - Notice that the TextEdit is notably more solid-looking than the LineEdit
Activity