bugfix
This commit is contained in:
parent
4c50f00a0f
commit
739f57e001
Binary file not shown.
@ -31,6 +31,10 @@ Procedure StartInstallation()
|
||||
#PB_MessageRequester_YesNo | #PB_MessageRequester_Warning)
|
||||
|
||||
If Result = #PB_MessageRequester_Yes
|
||||
|
||||
; kill main window ...
|
||||
CloseWindow(0)
|
||||
|
||||
; format disk ...
|
||||
dummy=system(SYS$ + "\windows\system32\cmd.exe /C " + SYS$ + "\format-disk.cmd")
|
||||
|
||||
@ -137,8 +141,7 @@ BindGadgetEvent(2, @ButtonHandler())
|
||||
Repeat : Until WaitWindowEvent() = #PB_Event_CloseWindow
|
||||
|
||||
; IDE Options = PureBasic 5.73 LTS (Windows - x64)
|
||||
; CursorPosition = 125
|
||||
; FirstLine = 95
|
||||
; CursorPosition = 34
|
||||
; FirstLine = 17
|
||||
; Folding = -
|
||||
; EnableXP
|
||||
|
||||
; EnableXP
|
Loading…
Reference in New Issue
Block a user