Browse Source

Workaround tag

Source commit: 57462f55ded33a7c82dc94d63c1fe63a54089ed0
Martin Prikryl 4 years ago
parent
commit
f19824132c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/forms/CustomScpExplorer.cpp

+ 1 - 1
source/forms/CustomScpExplorer.cpp

@@ -10009,7 +10009,7 @@ void __fastcall TCustomScpExplorerForm::SessionsPageControlMouseDown(
   {
     if (Button == mbLeft)
     {
-      // "Mouse down" is raised only after tab is switched.
+      // WORKAROUND: "Mouse down" is raised only after tab is switched.
       // If switching tab (switching session) takes long enough for user
       // to actually release the button, "mouse down" is still raised,
       // but we do not get "mouse up" event, so dragging is not cancelled,