diff --git a/FsConnector/FsConnector.csproj b/FsConnector/FsConnector.csproj index 85c33e9..f019220 100644 --- a/FsConnector/FsConnector.csproj +++ b/FsConnector/FsConnector.csproj @@ -5,15 +5,15 @@ FsConnector MSFS 2020 Popout Panel Manager FsConnector MSFS 2020 Popout Panel Manager FsConnector - 3.3.5.0 + 3.3.6.0 Stanley Kwok Stanley Kwok Stanley Kwok 2021 https://github.com/hawkeye-stan/msfs-popout-panel-manager MSFSPopoutPanelManager.FsConnector x64 - 3.3.5.0 - 3.3.5.0 + 3.3.6.0 + 3.3.6.0 diff --git a/Model/Model.csproj b/Model/Model.csproj index 76bb7b8..39443d6 100644 --- a/Model/Model.csproj +++ b/Model/Model.csproj @@ -5,15 +5,15 @@ MSFSPopoutPanelManager.Model Model MSFS 2020 Popout Panel Manager Model - 3.3.5.0 + 3.3.6.0 Stanley Kwok Stanley Kwok Stanley Kwok 2021 MSFS 2020 Popout Panel Manager Model https://github.com/hawkeye-stan/msfs-popout-panel-manager x64 - 3.3.5.0 - 3.3.5.0 + 3.3.6.0 + 3.3.6.0 diff --git a/Provider/InputEmulationManager.cs b/Provider/InputEmulationManager.cs index da0acb7..a9545f6 100644 --- a/Provider/InputEmulationManager.cs +++ b/Provider/InputEmulationManager.cs @@ -39,7 +39,6 @@ namespace MSFSPopoutPanelManager.Provider public static void PopOutPanel(int x, int y) { - //LeftClickSimulatorUpperLeftCorner(); LeftClick(x, y); Thread.Sleep(300); diff --git a/Provider/PanelPopoutManager.cs b/Provider/PanelPopoutManager.cs index 328a2cb..fa41863 100644 --- a/Provider/PanelPopoutManager.cs +++ b/Provider/PanelPopoutManager.cs @@ -297,6 +297,7 @@ namespace MSFSPopoutPanelManager.Provider WindowManager.MoveWindow(hwnd, PanelType.CustomPopout, -8, 0, 800, 600); PInvoke.SetForegroundWindow(hwnd); Thread.Sleep(500); + InputEmulationManager.LeftClick(0, 0); // Find the magnifying glass coordinate var point = AnalyzeMergedWindows(hwnd); diff --git a/Provider/Provider.csproj b/Provider/Provider.csproj index 64c532b..27abe45 100644 --- a/Provider/Provider.csproj +++ b/Provider/Provider.csproj @@ -7,7 +7,7 @@ MSFSPopoutPanelManager.Provider MSFS 2020 Popout Panel Manager Provider MSFS 2020 Popout Panel Manager Provider - 3.3.5.0 + 3.3.6.0 Stanley Kwok Stanley Kwok 2021 https://github.com/hawkeye-stan/msfs-popout-panel-manager diff --git a/Shared/Shared.csproj b/Shared/Shared.csproj index 5c4d8cf..2825df1 100644 --- a/Shared/Shared.csproj +++ b/Shared/Shared.csproj @@ -9,10 +9,10 @@ Stanley Kwok Stanley Kwok 2021 https://github.com/hawkeye-stan/msfs-popout-panel-manager - 3.3.5.0 + 3.3.6.0 x64 true - 3.3.5.0 + 3.3.6.0 diff --git a/VERSION.md b/VERSION.md index 8f28eff..d7c2c89 100644 --- a/VERSION.md +++ b/VERSION.md @@ -1,6 +1,9 @@ # Version History
+## Version 3.3.6 +* Hot Fix: Resolved an issue where panel separation fails if your MSFS game window is not on the same monitor as where the panels are initially popped out (upper left corner). + ## Version 3.3.5 * Fixed an issue when using auto pop out panel in combination with power on during cold start for the following two G1000 planes (Cessna 172 and Cessna 208B Grand Caravan), instrumentations are not powering on to allow pop out to occur. * Fixed an issue when panels are designated as full screen mode, they're not resizing to full screen after they're popped out. diff --git a/WpfApp/WpfApp.csproj b/WpfApp/WpfApp.csproj index dca8f5b..9243648 100644 --- a/WpfApp/WpfApp.csproj +++ b/WpfApp/WpfApp.csproj @@ -4,7 +4,7 @@ WinExe net5.0-windows true - 3.3.5.0 + 3.3.6.0 MSFS 2020 Popout Panel Manager Stanley Kwok MSFS 2020 Popout Panel Manager diff --git a/latestreleasenotes.txt b/latestreleasenotes.txt index 0a716d0..812bb90 100644 --- a/latestreleasenotes.txt +++ b/latestreleasenotes.txt @@ -1,3 +1,8 @@ +Version 3.3.6.0 (HOT FIX) + +- Resolved an issue where panel separation fails if your MSFS game window is not on the same + monitor as where the panels are initially popped out (upper left corner). + Version 3.3.5.0 This update is optional. You can safely skip this version if you do not require the following