This 'Custom flag' is also erroneously added on reopening an existing form design duplicating it there too.
Code: Select all
Procedure OpenWindow_1(x = 0, y = 0, width = 600, height = 400)
; ↓ ↓
Window_1 = OpenWindow(#PB_Any, x, y, width, height, "", #PB_Window_SystemMenu | #PB_Window_SystemMenu | #PB_Window_MinimizeGadget | #PB_Window_MaximizeGadget | #PB_Window_SizeGadget)
EndProcedure