Przeglądaj źródła

Comment that forwarding WM_MOUSEWHEEL from form to control seems no longer needed on Windows 10

Source commit: de8bd61a0d812e740c04668cbe355228e552fce2
Martin Prikryl 9 lat temu
rodzic
commit
895b7b6219
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      source/windows/TerminalManager.cpp

+ 1 - 0
source/windows/TerminalManager.cpp

@@ -788,6 +788,7 @@ void __fastcall TTerminalManager::ApplicationShowHint(UnicodeString & HintStr,
 //---------------------------------------------------------------------------
 //---------------------------------------------------------------------------
 bool __fastcall TTerminalManager::HandleMouseWheel(WPARAM WParam, LPARAM LParam)
 bool __fastcall TTerminalManager::HandleMouseWheel(WPARAM WParam, LPARAM LParam)
 {
 {
+  // WORKAROUND This is no longer necessary on Windows 10
   bool Result = false;
   bool Result = false;
   if (Application->Active)
   if (Application->Active)
   {
   {