From a5093865694740fbd2dff338afc624fd0ed17642 Mon Sep 17 00:00:00 2001 From: kike-garbo Date: Tue, 10 Sep 2024 20:02:20 +0200 Subject: [PATCH 1/2] Fixes #1028 --- src/RhinoInside.Revit/Rhinoceros.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/RhinoInside.Revit/Rhinoceros.cs b/src/RhinoInside.Revit/Rhinoceros.cs index 017509b8f..d82ea79d8 100755 --- a/src/RhinoInside.Revit/Rhinoceros.cs +++ b/src/RhinoInside.Revit/Rhinoceros.cs @@ -38,7 +38,7 @@ public static partial class Rhinoceros internal static bool InitEto(Assembly assembly) { if (Eto.Forms.Application.Instance is null) - new Eto.Forms.Application(Eto.Platforms.Wpf).Attach(); + new Eto.Forms.Application(new Eto.Wpf.Platform()).Attach(); return true; } From 6ca62b3c91bdbdc627921abc65f95617d2c63bdb Mon Sep 17 00:00:00 2001 From: Ehsan Iran-Nejad Date: Tue, 10 Sep 2024 11:08:08 -0700 Subject: [PATCH 2/2] updated release notes with eto change --- docs/pages/_en/1.0/reference/release-notes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pages/_en/1.0/reference/release-notes.md b/docs/pages/_en/1.0/reference/release-notes.md index ef4b4526c..9e191ab38 100644 --- a/docs/pages/_en/1.0/reference/release-notes.md +++ b/docs/pages/_en/1.0/reference/release-notes.md @@ -18,8 +18,9 @@ group: Deployment & Configs {% include ltr/release_header_next.html title="Upcoming Changes" note=rc_release_notes %} -{% include ltr/release-header.html title="v1.24 RC3" version="v1.24.9018.17524" pre_release=true time="09/10/2024" %} +{% include ltr/release-header.html title="v1.24 RC3" version="v1.24.9019.19949" pre_release=true time="09/10/2024" %} +- Fixed an issue when an old version of Eto was already loaded [Issue #1028](https://github.com/mcneel/rhino.inside-revit/issues/1028) - Fix on 'Host Shape' when input points overlap corners. - Fixed 'Deconstruct Curtain Grid' when panels are not `FamilyInstance`. - Fixed `ModelText.Location` property.