amunits: added missing WA_Activate handling to the OpenWindow taglist handling legacy support code

This commit is contained in:
Karoly Balogh 2021-12-26 21:28:15 +01:00
parent f8de5fece2
commit 1f41cd195f

View File

@ -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;