From 8e437bf7cd1973c362260ceffa4f5a9411bc4d84 Mon Sep 17 00:00:00 2001 From: mattias Date: Thu, 4 Jul 2013 14:20:08 +0000 Subject: [PATCH] LCL: csReflector git-svn-id: trunk@41993 - --- lcl/controls.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcl/controls.pp b/lcl/controls.pp index 33aac37fe9..938f834ee2 100644 --- a/lcl/controls.pp +++ b/lcl/controls.pp @@ -247,7 +247,7 @@ type csReplicatable, csNoStdEvents, // standard events such as mouse, key, and click events are ignored. csDisplayDragImage, // display images from dragimagelist during drag operation over control - csReflector, + csReflector, // the controls respond to size, focus and dlg messages - it can be used as ActiveX control under Windows csActionClient, csMenuEvents, csNoFocus, // control will not take focus when clicked with mouse.