mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Closes: #30969
The FG rectangle of the progressbar is incorrect when dealing with a non-zero border. This issue stems from wrong order of operations when drawing the rectangle: int p = r * get_size().width - mp;
(cherry picked from commit 7db96e22dd)