summaryrefslogtreecommitdiff
path: root/editor/plugins
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-09-08 09:23:31 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-09-08 09:23:31 +0200
commit7936b3cc4c657e4b273b376068f095e1e0e4d82a (patch)
treea57e1d039f6f53b4a6b03fb123f5a3f4e23b374f /editor/plugins
parentde739530c215a65788e047c793f376ad6097863a (diff)
parentb218727599b956384c4c77446535737cbd415173 (diff)
Merge pull request #60108 from KoBeWi/arise_to_top
Rename raise() to move_to_front()
Diffstat (limited to 'editor/plugins')
-rw-r--r--editor/plugins/asset_library_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.cpp b/editor/plugins/asset_library_editor_plugin.cpp
index 8fbc696ee2..bced37ca64 100644
--- a/editor/plugins/asset_library_editor_plugin.cpp
+++ b/editor/plugins/asset_library_editor_plugin.cpp
@@ -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: