fixed codetools Makefile, fixed default prop not found error

git-svn-id: trunk@2450 -
This commit is contained in:
mattias 2002-08-17 23:41:23 +00:00
parent fcbeaadf01
commit a9fa158662
2 changed files with 5 additions and 2 deletions

View File

@ -157,7 +157,7 @@ begin
if GdkWindow<>nil then begin if GdkWindow<>nil then begin
AForm:=TCustomForm(GetLCLObject(PgtkWidget(hwnd))); AForm:=TCustomForm(GetLCLObject(PgtkWidget(hwnd)));
if (AForm<>nil) and (AForm is TCustomForm) then if (AForm<>nil) and (AForm is TCustomForm) then
Screen.MoveFormToFront(AForm); Screen.MoveFormToZFront(AForm);
gdk_window_raise(GdkWindow); gdk_window_raise(GdkWindow);
// how to set the keyboard focus to the raised window? // how to set the keyboard focus to the raised window?
//gtk_window_activate_focus(PGtkWindow(hWnd)); //gtk_window_activate_focus(PGtkWindow(hWnd));
@ -8078,6 +8078,9 @@ end;
{ ============================================================================= { =============================================================================
$Log$ $Log$
Revision 1.235 2003/04/16 22:11:35 mattias
fixed codetools Makefile, fixed default prop not found error
Revision 1.234 2003/04/16 17:20:24 mattias Revision 1.234 2003/04/16 17:20:24 mattias
implemented package check broken dependency on compile implemented package check broken dependency on compile

View File

@ -16,7 +16,7 @@ implicitunits=winext win32def win32int
[compiler] [compiler]
options=-gl -S2 -Sh options=-gl -S2 -Sh
unitdir=../../units unitdir=../../units .
unittargetdir=../../units/win32 unittargetdir=../../units/win32
[clean] [clean]