Skip to content
Snippets Groups Projects
Commit 31e60196 authored by Simpel's avatar Simpel
Browse files

fix: set progress2 to 100 % if finished


Additional don't say 'ready' if finished but 'done'.

Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 4bd3abf9
No related branches found
No related tags found
No related merge requests found
...@@ -764,7 +764,8 @@ Func _ReWrap() ...@@ -764,7 +764,8 @@ Func _ReWrap()
$sBMXCommand &= '"' $sBMXCommand &= '"'
_runBMXwrap('bmxtranswrap ' & $sBMXCommand & ' -o "' & @TempDir & '\' & _StripFileExtension(_FileName($g_sMXFFile)) & $sSuffix & ' "' & $g_sMXFFile & '"', $sPathTempFolder) _runBMXwrap('bmxtranswrap ' & $sBMXCommand & ' -o "' & @TempDir & '\' & _StripFileExtension(_FileName($g_sMXFFile)) & $sSuffix & ' "' & $g_sMXFFile & '"', $sPathTempFolder)
EndIf EndIf
GUICtrlSetData($Edit, "Ready") GUICtrlSetData($Progress2, 100)
GUICtrlSetData($Edit, "Done")
WinSetOnTop($g_hGUI, "", $WINDOWS_ONTOP) WinSetOnTop($g_hGUI, "", $WINDOWS_ONTOP)
EndFunc EndFunc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment