1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-28 14:13:18 +00:00

Remote desktop split fixes.

This commit is contained in:
Ylian Saint-Hilaire
2022-01-28 14:11:37 -08:00
parent 8743d00519
commit 2c66ddc2c2
3 changed files with 15 additions and 3 deletions

View File

@@ -249,6 +249,7 @@ namespace MeshCentralRouter
// Update extra displays if needed
Rectangle r = new Rectangle((int)tile_x, (int)tile_y, newtile.Width, newtile.Height);
Rectangle rx = new Rectangle(r.X + displayOrigin.X, r.Y + displayOrigin.Y, r.Width, r.Height);
//Console.WriteLine(rx.ToString());
if (ScreenAreaUpdated != null) ScreenAreaUpdated(desktop, rx);
if (displayCrop == Rectangle.Empty)