mirror of
https://github.com/godotengine/godot.git
synced 2024-12-03 09:52:18 +08:00
Tooltip for the Inspector's history button
This commit is contained in:
parent
d123c89c58
commit
cf995d5f07
@ -5173,6 +5173,7 @@ EditorNode::EditorNode() {
|
||||
|
||||
|
||||
editor_history_menu = memnew( MenuButton );
|
||||
editor_history_menu->set_tooltip("History of recently edited objects");
|
||||
editor_history_menu->set_icon( gui_base->get_icon("History","EditorIcons"));
|
||||
prop_editor_hb->add_child(editor_history_menu);
|
||||
editor_history_menu->connect("about_to_show",this,"_prepare_history");
|
||||
|
Loading…
Reference in New Issue
Block a user