mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #27] [CLOSED] Fixed Remote Desktop Issue #944
Labels
No labels
bug
bug
cant-reproduce
discussion
duplicate
easy
enhancement
help wanted
improvement
invalid
need more info
pull-request
question
wont-add
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Quasar#944
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/quasar/Quasar/pull/27
Author: @yankejustin
Created: 3/19/2015
Status: ❌ Closed
Base:
master← Head:master📝 Commits (8)
5980eafMerge pull request #4 from MaxXor/master0f88055Fixed Remote Desktop Issuescfdebc0Dispose of formd609b63Dispose of Bitmaps72b5489Revert "Dispose of Bitmaps"a2cd88eRevert "Revert "Dispose of Bitmaps""49080b2Revert "Dispose of form"a9debfeRevert "Revert "Revert "Dispose of Bitmaps"""📊 Changes
1 file changed (+3 additions, -1 deletions)
View changed files
📝
Server/Forms/FrmRemoteDesktop.cs(+3 -1)📄 Description
Fixed an issue where Remote Desktop would not work (threw infinite InvalidOperationExceptions) because cbMonitors.SelectedIndex was trying to be accessed on a different thread.
Please note that the only commit I wish to be accepted is the first "Fixed Remote Desktop Issues"! The other commits were ones that were merely tests that I have reverted.
Again, only the first commit is the one that I wish to merge.
Notable issues with the Remote Desktop:
--> Simply does not obtain the desktop from a monitor other than the primary.
--> When viewing the desktop on a monitor smaller than the server's primary monitor, the images that are displayed back to the Remote Desktop Form are visibly distorted because of how the image is transformed when received.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.