debugging

git-svn-id: trunk@26534 -
This commit is contained in:
mattias 2010-07-08 20:24:51 +00:00
parent 067f4ebeb2
commit 77c0853887
2 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,8 @@ interface
{$I ide.inc}
{ $DEFINE VerboseIDECompletionBox}
uses
{$IFDEF IDE_MEM_CHECK}
MemCheck,

View File

@ -868,6 +868,7 @@ begin
// it is already active
// do not send this message to the LCL
// to prevent setting AForm.ActiveControl:=nil
//debugln(['GTKFocusCBAfter ',DbgSName(LCLObject),' send=',event^.send_event,' window=',dbgs(event^.window),' in=',event^._in,' type=',event^._type]);
exit(true);
end;
// MG: maybe better send a LM_ACTIVATE instead of a LM_SETFOCUS message?