From 386f62df968ff48170aca6cf52438c4897cb0007 Mon Sep 17 00:00:00 2001 From: RedMser Date: Sun, 22 Jan 2023 16:34:56 +0100 Subject: Fix SplitContainer rendering and theming --- scene/gui/split_container.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scene/gui/split_container.cpp') diff --git a/scene/gui/split_container.cpp b/scene/gui/split_container.cpp index ead9550b93..0c0125df76 100644 --- a/scene/gui/split_container.cpp +++ b/scene/gui/split_container.cpp @@ -115,7 +115,7 @@ void SplitContainerDragger::_notification(int p_what) { return; } - Ref tex = sc->get_theme_icon(SNAME("grabber")); + Ref tex = sc->_get_grabber_icon(); draw_texture(tex, (get_size() - tex->get_size()) / 2); } break; } -- cgit v1.2.3