mirror of
https://github.com/quasar/Quasar.git
synced 2026-04-25 15:25:59 +03:00
[PR #28] [MERGED] Fixed issue with the Remote Desktop #946
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#946
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/28
Author: @yankejustin
Created: 3/19/2015
Status: ✅ Merged
Merged: 3/19/2015
Merged by: @MaxXor
Base:
master← Head:master📝 Commits (3)
89d6616Fixed issue with the Remote Desktop7f842d4Removed unnecessary bracketsd5ad3c6Removed unnecessary brackets📊 Changes
3 files changed (+9 additions, -9 deletions)
View changed files
📝
Client/Core/ProtoBuf/Meta/ValueMember.cs(+3 -4)📝
Server/Core/ProtoBuf/Meta/ValueMember.cs(+3 -4)📝
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.
Moved code that gets the SelectedIndex inside the MethodInvoker.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.