This needs to be set as CustomScreen to ensure it isn't classed as a "visitor" window, for reasons not fully understood.

This commit is contained in:
Chris Young 2013-03-20 08:28:08 +00:00
parent 22c7c1259b
commit 5f7ed448d4
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ struct Gadget *gad;
gad = (struct Gadget *)obj;
SetAttrs( data->WindowObject,
WA_PubScreen, msg->gpi_GInfo->gi_Window->WScreen,
WA_CustomScreen, msg->gpi_GInfo->gi_Window->WScreen,
WA_Left, data->WinXPos,
WA_Top, data->WinYPos,
WA_Width, data->WinWidth,