mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-01 15:32:35 +02:00
started typeinfo for double extended
git-svn-id: trunk@2331 -
This commit is contained in:
parent
4409fc8095
commit
6c4cd7ad3e
@ -2241,7 +2241,7 @@ begin
|
||||
CreateParams(Params);
|
||||
with Params do begin
|
||||
if (WndParent = 0) and (Style and WS_CHILD <> 0) then
|
||||
RaiseGDBException('TWinControl.CreateWnd: no parent');
|
||||
RaiseGDBException('TWinControl.CreateWnd: no parent '+Name+':'+ClassName);
|
||||
Assert((parent <> nil) or (WndParent = 0), 'TODO: find parent if parent=nil and WndParent <> 0');
|
||||
end;
|
||||
|
||||
@ -2592,6 +2592,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.124 2003/03/28 19:39:54 mattias
|
||||
started typeinfo for double extended
|
||||
|
||||
Revision 1.123 2003/03/25 10:45:41 mattias
|
||||
reduced focus handling and improved focus setting
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user