mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Label::set_lines_skipped Fail if passed a negative value
(cherry picked from commit d7bb7cad47)
This commit is contained in:
@@ -630,7 +630,7 @@ float Label::get_percent_visible() const {
|
||||
}
|
||||
|
||||
void Label::set_lines_skipped(int p_lines) {
|
||||
|
||||
ERR_FAIL_COND(p_lines < 0);
|
||||
lines_skipped = p_lines;
|
||||
update();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user