You've already forked godot
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user