1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-12 13:20:55 +00:00

Rename raise() to move_to_front()

This commit is contained in:
kobewi
2022-04-10 20:52:55 +02:00
parent 0f62e357e0
commit b218727599
12 changed files with 25 additions and 32 deletions

View File

@@ -577,7 +577,7 @@ void EditorAssetLibrary::_notification(int p_what) {
switch (p_what) {
case NOTIFICATION_READY: {
add_theme_style_override("panel", get_theme_stylebox(SNAME("bg"), SNAME("AssetLib")));
error_label->raise();
error_label->move_to_front();
} break;
case NOTIFICATION_ENTER_TREE: