Fix enabling when last NCIfile is deleted
git-svn-id: svn://10.0.0.236/trunk@51379 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -282,7 +282,7 @@ Width=51
|
||||
Height=14
|
||||
|
||||
onInit=Enable2(%NCIFileList%)
|
||||
onCommand=IterateListBox(NCIFileList,HIDE,cmd.exe /c del "%Root%NCIFiles\%%");GenerateFileList(NCIFileList,%Root%NCIFiles\*.NCI)
|
||||
onCommand=IterateListBox(NCIFileList,HIDE,cmd.exe /c del "%Root%NCIFiles\%%");GenerateFileList(NCIFileList,%Root%NCIFiles\*.NCI);toggleEnabled2(%NCIFileList%,DeleteNCIButton,EditNCIButton)
|
||||
|
||||
Target=NCIFileList
|
||||
|
||||
|
||||
Reference in New Issue
Block a user