-Fix tooltips in inspector, now they show as rich text.
This commit is contained in:
parent
002bacc01f
commit
336db8bcd1
11 changed files with 138 additions and 31 deletions
|
|
@ -5270,7 +5270,7 @@ EditorNode::EditorNode() {
|
|||
video_restart_dialog->set_text(TTR("Changing the video driver requires restarting the editor."));
|
||||
video_restart_dialog->get_ok()->set_text(TTR("Save & Restart"));
|
||||
video_restart_dialog->connect("confirmed", this, "_menu_option", varray(SET_VIDEO_DRIVER_SAVE_AND_RESTART));
|
||||
add_child(video_restart_dialog);
|
||||
gui_base->add_child(video_restart_dialog);
|
||||
|
||||
progress_hb = memnew(BackgroundProgress);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue