We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b246560 commit 91170d0Copy full SHA for 91170d0
scene/main/viewport.cpp
@@ -1546,6 +1546,8 @@ void Viewport::_gui_show_tooltip() {
1546
panel->set_flag(Window::FLAG_POPUP, false);
1547
panel->set_flag(Window::FLAG_MOUSE_PASSTHROUGH, true);
1548
panel->set_wrap_controls(true);
1549
+ panel->set_default_canvas_item_texture_filter(get_default_canvas_item_texture_filter());
1550
+ panel->set_default_canvas_item_texture_repeat(get_default_canvas_item_texture_repeat());
1551
panel->add_child(base_tooltip);
1552
panel->gui_parent = this;
1553
0 commit comments