浏览代码

VCLCOPY tag

Source commit: 78350e3419211639cdca43a3b23873827b336554
Martin Prikryl 9 年之前
父节点
当前提交
ce8c59da05
共有 1 个文件被更改,包括 1 次插入1 次删除
  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;