You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-20 14:45:44 +00:00
Fix icon in drag preview of scripts/docs
This commit is contained in:
@@ -2794,6 +2794,7 @@ Variant ScriptEditor::get_drag_data_fw(const Point2 &p_point, Control *p_from) {
|
|||||||
if (!preview_icon.is_null()) {
|
if (!preview_icon.is_null()) {
|
||||||
TextureRect *tf = memnew(TextureRect);
|
TextureRect *tf = memnew(TextureRect);
|
||||||
tf->set_texture(preview_icon);
|
tf->set_texture(preview_icon);
|
||||||
|
tf->set_stretch_mode(TextureRect::STRETCH_KEEP_CENTERED);
|
||||||
drag_preview->add_child(tf);
|
drag_preview->add_child(tf);
|
||||||
}
|
}
|
||||||
Label *label = memnew(Label(preview_name));
|
Label *label = memnew(Label(preview_name));
|
||||||
|
|||||||
Reference in New Issue
Block a user