mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 14:47:55 +02:00
amunits: added missing WA_Activate handling to the OpenWindow taglist handling legacy support code
This commit is contained in:
parent
f8de5fece2
commit
1f41cd195f
@ -4413,6 +4413,7 @@ begin
|
||||
WA_SizeBRight: NewWindow^.Flags := NewWindow^.Flags or WFLG_SIZEBRIGHT;
|
||||
WA_SizeGadget: NewWindow^.Flags := NewWindow^.Flags or WFLG_SIZEGADGET;
|
||||
WA_SmartRefresh: NewWindow^.Flags := NewWindow^.Flags or WFLG_SMART_REFRESH;
|
||||
WA_Activate: NewWindow^.Flags := NewWindow^.Flags or WFLG_ACTIVATE;
|
||||
WA_SuperBitMap: NewWindow^.BitMap := Pointer(TagList^.ti_Data);
|
||||
WA_Title: NewWindow^.Title := PChar(TagList^.ti_Data);
|
||||
WA_Top: NewWindow^.TopEdge := TagList^.ti_Data;
|
||||
|
Loading…
Reference in New Issue
Block a user