Add the texture slot name to the texture picker (#1340)

This commit is contained in:
Stanislav Denisov
2025-11-29 10:03:56 +01:00
committed by GitHub
parent 8c9fb83cc8
commit ef1267127b
+1
View File
@@ -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())