diff options
| author | Bojidar Marinov | 2016-06-21 17:10:02 +0300 |
|---|---|---|
| committer | Bojidar Marinov | 2016-06-21 17:10:02 +0300 |
| commit | 1e08387ce032f1af5d60a0af6c05f83c2c7fc1f4 (patch) | |
| tree | a859d1949f6c6811a1a7957d1d024f403470c009 /tools/editor/asset_library_editor_plugin.h | |
| parent | a2e39c8da00e0c8a1015a6dea8d0989a551ee016 (diff) | |
| download | godot-1e08387ce032f1af5d60a0af6c05f83c2c7fc1f4.tar.gz godot-1e08387ce032f1af5d60a0af6c05f83c2c7fc1f4.tar.zst godot-1e08387ce032f1af5d60a0af6c05f83c2c7fc1f4.zip | |
Fix project manager category list, small enchancements as well
Diffstat (limited to '')
| -rw-r--r-- | tools/editor/asset_library_editor_plugin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/asset_library_editor_plugin.h b/tools/editor/asset_library_editor_plugin.h index 7f9514019..89663aa00 100644 --- a/tools/editor/asset_library_editor_plugin.h +++ b/tools/editor/asset_library_editor_plugin.h @@ -293,6 +293,7 @@ class EditorAssetLibrary : public PanelContainer { void _manage_plugins(); void _search(int p_page=0); + void _rerun_search(int p_ignore); void _api_request(const String& p_request, RequestType p_request_type, const String &p_arguments=""); void _http_request_completed(int p_status, int p_code, const StringArray& headers, const ByteArray& p_data); void _http_download_completed(int p_status, int p_code, const StringArray& headers, const ByteArray& p_data); |
