mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Replace size() == 0 with is_empty().
This commit is contained in:
@@ -115,7 +115,7 @@ void AudioStreamInteractiveTransitionEditor::_update_selection() {
|
||||
filler_clip->set_disabled(selected.is_empty());
|
||||
hold_previous->set_disabled(selected.is_empty());
|
||||
|
||||
if (selected.size() == 0) {
|
||||
if (selected.is_empty()) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user