You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Remember last help search
This commit is contained in:
@@ -36,6 +36,14 @@
|
||||
|
||||
#include "os/keyboard.h"
|
||||
|
||||
void EditorHelpSearch::popup() {
|
||||
popup_centered_ratio(0.6);
|
||||
if (search_box->get_text()!="") {
|
||||
search_box->select_all();
|
||||
_update_search();
|
||||
}
|
||||
search_box->grab_focus();
|
||||
}
|
||||
|
||||
void EditorHelpSearch::popup(const String& p_term) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user