You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-07 19:53:17 +00:00
Fix Label autowrap clips text
This commit is contained in:
@@ -75,7 +75,7 @@ void Label::_notification(int p_what) {
|
||||
|
||||
if (p_what == NOTIFICATION_DRAW) {
|
||||
|
||||
if (clip || autowrap) {
|
||||
if (clip) {
|
||||
VisualServer::get_singleton()->canvas_item_set_clip(get_canvas_item(), true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user