From 695325029549efd6661f5e013e2a3f6f5130622b Mon Sep 17 00:00:00 2001 From: Thomas Mann Date: Mon, 1 Jul 2024 19:13:33 +0200 Subject: [PATCH] v3.9.2 --- Editor/Gui/Graph/GraphCanvas.cs | 6 +++--- Editor/Program.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Editor/Gui/Graph/GraphCanvas.cs b/Editor/Gui/Graph/GraphCanvas.cs index 7bbdcc1c65..3052330b86 100644 --- a/Editor/Gui/Graph/GraphCanvas.cs +++ b/Editor/Gui/Graph/GraphCanvas.cs @@ -224,8 +224,8 @@ public void Draw(ImDrawListPtr dl, GraphDrawingFlags drawingFlags, float graphOp UpdateCanvas(editingFlags); /* - * This is a work around to delay setting the composition until ImGui has - * finally updated its window size and applied its layout so we can use + * This is a workaround to delay setting the composition until ImGui has + * finally updated its window size and applied its layout, so we can use * Graph window size to properly fit the content into view. * * The side effect of this hack is that CompositionOp stays undefined for @@ -1225,7 +1225,7 @@ public IEnumerable SelectableChildren #region public API /// /// The canvas that is currently being drawn from the UI. - /// Note that is NOT a singleton so you can't rely on this to be valid outside of the Drawing() context. + /// Note that is NOT a singleton, so you can't rely on this to be valid outside the Drawing() context. /// public static GraphCanvas Current { get; private set; } diff --git a/Editor/Program.cs b/Editor/Program.cs index da462693cc..c49575b607 100644 --- a/Editor/Program.cs +++ b/Editor/Program.cs @@ -30,7 +30,7 @@ public static class Program public static Device Device { get; private set; } public static readonly bool IsStandAlone = File.Exists("StartT3.exe"); - public const string Version = "3.9.1"; + public const string Version = "3.9.2"; /// /// Generate a release string with