mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-07-22 18:46:51 +02:00
MG: fixed missing declaration
git-svn-id: trunk@1763 -
This commit is contained in:
parent
48d5e21af0
commit
dbb190695a
@ -134,7 +134,7 @@ begin
|
|||||||
or WinWidgetInfo^.EventMask;
|
or WinWidgetInfo^.EventMask;
|
||||||
gdk_window_set_events(Widget^.Window,NewEventMask);
|
gdk_window_set_events(Widget^.Window,NewEventMask);
|
||||||
end else begin
|
end else begin
|
||||||
SetEventMaskForDesignMode(Widget^.Window);
|
//SetEventMaskForDesignMode(Widget^.Window);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
if TheWinControl<>nil then begin
|
if TheWinControl<>nil then begin
|
||||||
@ -2133,6 +2133,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.89 2002/06/26 16:15:56 lazarus
|
||||||
|
MG: fixed missing declaration
|
||||||
|
|
||||||
Revision 1.88 2002/06/26 15:11:09 lazarus
|
Revision 1.88 2002/06/26 15:11:09 lazarus
|
||||||
MG: added new tool: Guess misplaced $IFDEF/$ENDIF
|
MG: added new tool: Guess misplaced $IFDEF/$ENDIF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user