From b553fba3e7cb493ee5f8473e62a36e61b64f3fad Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Fri, 5 Dec 2025 22:16:57 +1000 Subject: [PATCH] Observe R3 events on threadpool v2 --- .../Features/Navigation/ForwardBackwardButtonContainer.cs | 2 +- src/SharpIDE.Godot/Features/Problems/ProblemsPanel.cs | 3 ++- .../Features/SolutionExplorer/SolutionExplorerPanel.cs | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/SharpIDE.Godot/Features/Navigation/ForwardBackwardButtonContainer.cs b/src/SharpIDE.Godot/Features/Navigation/ForwardBackwardButtonContainer.cs index 57692de..185ffa6 100644 --- a/src/SharpIDE.Godot/Features/Navigation/ForwardBackwardButtonContainer.cs +++ b/src/SharpIDE.Godot/Features/Navigation/ForwardBackwardButtonContainer.cs @@ -17,7 +17,7 @@ public partial class ForwardBackwardButtonContainer : HBoxContainer _forwardButton = GetNode