From ef1267127bebe975f2220fb68aad3b5747dbf732 Mon Sep 17 00:00:00 2001 From: Stanislav Denisov Date: Sat, 29 Nov 2025 10:03:56 +0100 Subject: [PATCH] Add the texture slot name to the texture picker (#1340) --- Editor/MaterialWindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Editor/MaterialWindow.cpp b/Editor/MaterialWindow.cpp index 17c1beefa..23b4f7518 100644 --- a/Editor/MaterialWindow.cpp +++ b/Editor/MaterialWindow.cpp @@ -1254,6 +1254,7 @@ void MaterialWindow::ResizeLayout() { windowTitle += " (Entity: " + name->name + ")"; } + windowTitle += " [Texture slot: " + textureSlotComboBox.GetItemText(textureSlotComboBox.GetSelected()) + "]"; texturePickerWindow.moveDragger.SetText(windowTitle); if (!texturePickerButtons.empty())