[PR #28] [MERGED] Fixed issue with the Remote Desktop #946

Closed
opened 2026-02-27 15:52:34 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (3)

  • 89d6616 Fixed issue with the Remote Desktop
  • 7f842d4 Removed unnecessary brackets
  • d5ad3c6 Removed 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.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/28 **Author:** [@yankejustin](https://github.com/yankejustin) **Created:** 3/19/2015 **Status:** ✅ Merged **Merged:** 3/19/2015 **Merged by:** [@MaxXor](https://github.com/MaxXor) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`89d6616`](https://github.com/quasar/Quasar/commit/89d661601f15ec03329d2e99bc0fb4244f599884) Fixed issue with the Remote Desktop - [`7f842d4`](https://github.com/quasar/Quasar/commit/7f842d44fba0f8a6a9da606b814225213cd5fc6c) Removed unnecessary brackets - [`d5ad3c6`](https://github.com/quasar/Quasar/commit/d5ad3c69b3d659f4ab5f15b38cb0d0cadd0ac3a3) Removed unnecessary brackets ### 📊 Changes **3 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/ProtoBuf/Meta/ValueMember.cs` (+3 -4) 📝 `Server/Core/ProtoBuf/Meta/ValueMember.cs` (+3 -4) 📝 `Server/Forms/FrmRemoteDesktop.cs` (+3 -1) </details> ### 📄 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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:52:34 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#946
No description provided.