From daebd69bc21f5cf8468488e53a2241467c4be398 Mon Sep 17 00:00:00 2001 From: Firewolf1337 <18141890+Firewolf1337@users.noreply.github.com> Date: Thu, 11 Jul 2024 13:14:46 +0200 Subject: [PATCH] Fixed CVE-2024-30105 Fixed overlapping menus --- RCRCustomSeries/RCRCustomSeries.csproj | 2 +- RCRPlanner/App.config | 4 ++++ RCRPlanner/MainWindow.xaml | 13 ++++++++----- RCRPlanner/MainWindow.xaml.cs | 17 ++++++++++++----- RCRPlanner/RCRPlanner.csproj | 4 ++-- RCRPlanner/packages.config | 2 +- 6 files changed, 28 insertions(+), 14 deletions(-) diff --git a/RCRCustomSeries/RCRCustomSeries.csproj b/RCRCustomSeries/RCRCustomSeries.csproj index 0f80cec..8b25518 100644 --- a/RCRCustomSeries/RCRCustomSeries.csproj +++ b/RCRCustomSeries/RCRCustomSeries.csproj @@ -15,7 +15,7 @@ - + diff --git a/RCRPlanner/App.config b/RCRPlanner/App.config index 1bac218..113ba4f 100644 --- a/RCRPlanner/App.config +++ b/RCRPlanner/App.config @@ -14,6 +14,10 @@ + + + + diff --git a/RCRPlanner/MainWindow.xaml b/RCRPlanner/MainWindow.xaml index b84274f..dfca668 100644 --- a/RCRPlanner/MainWindow.xaml +++ b/RCRPlanner/MainWindow.xaml @@ -60,11 +60,6 @@