Tested versions
4.4.stable.
System information
Ubuntu 24.04 - Godot 4.4
Issue description
Tooltip StyleBoxTexture uses Texture filtering, even when it's set to nearest.
Steps to reproduce
Create a TooltipPanel style and add a StyleBoxTexture to it.
Add a pixelated texture to the StyleBox.
Ensure texture filtering is set to nearest in Settings > Rendering > Textures.
Add a tooltip.
You will notice texture is being filtered still.
Minimal reproduction project (MRP)
Are you serious?