Use get_slicec instead of get_slice for single character splitters

This commit is contained in:
A Thousand Ships 2024-11-16 17:16:07 +01:00
parent b5bdb88062
commit 466590d0ec
No known key found for this signature in database
GPG key ID: DEFC5A5B1306947D
58 changed files with 210 additions and 210 deletions

View file

@ -83,7 +83,7 @@ void SceneCreateDialog::browse_types() {
}
void SceneCreateDialog::on_type_picked() {
other_type_display->set_text(select_node_dialog->get_selected_type().get_slice(" ", 0));
other_type_display->set_text(select_node_dialog->get_selected_type().get_slicec(' ', 0));
if (node_type_other->is_pressed()) {
validation_panel->update();
} else {