Tooltip for the Inspector's history button
This commit is contained in:
parent
d123c89c58
commit
cf995d5f07
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue