Fix regression in function surfaces

This commit is contained in:
Wojtek Figat
2024-09-14 23:25:59 +02:00
parent 49eeb7bf9a
commit 2a29b8e807
4 changed files with 18 additions and 8 deletions

View File

@@ -28,6 +28,7 @@ namespace FlaxEditor.Windows.Assets
};
// Toolstrip
SurfaceUtils.PerformCommonSetup(this, _toolstrip, _surface, out _saveButton, out _undoButton, out _redoButton);
_toolstrip.AddSeparator();
_toolstrip.AddButton(editor.Icons.Docs64, () => Platform.OpenUrl(Utilities.Constants.DocsUrl + "manual/graphics/materials/index.html")).LinkTooltip("See documentation to learn more");
}