Browse Source

VCLCOPY tag

Source commit: 78350e3419211639cdca43a3b23873827b336554
Martin Prikryl 9 years ago
parent
commit
ce8c59da05
1 changed files with 1 additions and 1 deletions
  1. 1 1
      source/windows/GUITools.cpp

+ 1 - 1
source/windows/GUITools.cpp

@@ -1278,7 +1278,7 @@ TRect __fastcall TScreenTipHintWindow::CalcHintRect(int MaxWidth, const UnicodeS
     Result.Bottom = Margin + ShortRect.Height() + (Margin / 3 * 5) + LongRect.Height() + Margin;
   }
 
-  // To counter the increase in THintWindow::ActivateHintData
+  // VCLCOPY: To counter the increase in THintWindow::ActivateHintData
   Result.Bottom -= 4;
 
   return Result;