Skip to content
Snippets Groups Projects
Commit 6007c9f0 authored by Conrad Zelck's avatar Conrad Zelck
Browse files

fix: exit on pushing gui-x while routing


Signed-off-by: default avatarConrad Zelck <git@simpel.cc>
parent 4dfdcf6f
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#AutoIt3Wrapper_UseX64=n #AutoIt3Wrapper_UseX64=n
#AutoIt3Wrapper_Res_Comment=Swaps audio tracks in mxf files. #AutoIt3Wrapper_Res_Comment=Swaps audio tracks in mxf files.
#AutoIt3Wrapper_Res_Description=Swaps audio tracks in mxf files. #AutoIt3Wrapper_Res_Description=Swaps audio tracks in mxf files.
#AutoIt3Wrapper_Res_Fileversion=1.0.0.4 #AutoIt3Wrapper_Res_Fileversion=1.0.0.5
#AutoIt3Wrapper_Res_Fileversion_AutoIncrement=p #AutoIt3Wrapper_Res_Fileversion_AutoIncrement=p
#AutoIt3Wrapper_Res_LegalCopyright=Conrad Zelck #AutoIt3Wrapper_Res_LegalCopyright=Conrad Zelck
#AutoIt3Wrapper_Res_SaveSource=y #AutoIt3Wrapper_Res_SaveSource=y
...@@ -268,7 +268,7 @@ AutoItSetOption("GUICoordMode", 1) ...@@ -268,7 +268,7 @@ AutoItSetOption("GUICoordMode", 1)
While True While True
Switch GUIGetMsg() Switch GUIGetMsg()
Case $GUI_EVENT_CLOSE Case $GUI_EVENT_CLOSE
ExitLoop Exit
Case $g_hButtonChangeAD Case $g_hButtonChangeAD
GUICtrlSetState($g_hR15, $GUI_CHECKED) GUICtrlSetState($g_hR15, $GUI_CHECKED)
GUICtrlSetState($g_hR26, $GUI_CHECKED) GUICtrlSetState($g_hR26, $GUI_CHECKED)
......
images/MXF-Track-Swap_routing.png

7.73 KiB | W: | H:

images/MXF-Track-Swap_routing.png

8.71 KiB | W: | H:

images/MXF-Track-Swap_routing.png
images/MXF-Track-Swap_routing.png
images/MXF-Track-Swap_routing.png
images/MXF-Track-Swap_routing.png
  • 2-up
  • Swipe
  • Onion skin
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