From 38d9a37196d07c6a6303e00cd53c57e82caaae6e Mon Sep 17 00:00:00 2001 From: Ayman Habib Date: Fri, 11 Oct 2024 12:19:30 -0700 Subject: [PATCH] =?UTF-8?q?Add=20title=20to=20file=20browser=20cascade=20d?= =?UTF-8?q?ialog=20in=20Id=20output=20directory=20selec=E2=80=A6=20(#1520)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add title to file browser cascade dialog in Id output directory selection, and safeguard against null description elsewhere * Update CHANGELOG.md Describe 1519 issue/fix --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b7b92c1d..862675166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,8 @@ v4.6 ====== - Fix issue [#1494](https://github.com/opensim-org/opensim-gui/issues/1494): Changing muscle path color throws exception. - Fix issue [#1493](https://github.com/opensim-org/opensim-gui/issues/1493): Rotating experimental data fails or results an unusable file. -- Fix issue [#1516](https://github.com/opensim-org/opensim-gui/issues/1516): Chains of Physical offset frames ignored when displaying GeometryPath +- Fix issue [#1516](https://github.com/opensim-org/opensim-gui/issues/1516): Chains of Physical offset frames ignored when displaying GeometryPath +- Fix issue [#1519](https://github.com/opensim-org/opensim-gui/issues/1519): Exception thrown when browsing for output folder in Inverse Dynamics Tool dialog v4.5 ======