mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 04:04:24 +00:00
Fix inspector preview
Remove script preview to inspector dock
This commit is contained in:
parent
f5a77f7bdd
commit
a9ec69663f
4 changed files with 11 additions and 5 deletions
|
|
@ -237,7 +237,7 @@ class VisualScriptEditor : public ScriptEditorBase {
|
|||
void _selected_method(const String &p_method, const String &p_type);
|
||||
|
||||
void _draw_color_over_button(Object *obj, Color p_color);
|
||||
void _button_resource_previewed(const String &p_path, const Ref<Texture> &p_preview, Variant p_ud);
|
||||
void _button_resource_previewed(const String &p_path, const Ref<Texture> &p_preview, const Ref<Texture> &p_small_preview, Variant p_ud);
|
||||
|
||||
VisualScriptNode::TypeGuess _guess_output_type(int p_port_action_node, int p_port_action_output, Set<int> &visited_nodes);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue