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

Merge pull request #60108 from KoBeWi/arise_to_top

Rename raise() to move_to_front()
This commit is contained in:
Rémi Verschelde
2022-09-08 09:23:31 +02:00
12 changed files with 25 additions and 32 deletions

View File

@@ -574,7 +574,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: