mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 04:38:37 -05:00
Fixed so that mouse-picking does not save a file if "Save none" was checked.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/trunk@236 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
0436e8467a
commit
212b8de285
@ -1,4 +1,3 @@
|
||||
|
||||
!---------------------------------------------------- decode3
|
||||
subroutine decode3(d2,jz,istart,filename)
|
||||
|
||||
@ -67,7 +66,6 @@ subroutine decode3(d2,jz,istart,filename)
|
||||
filetokilla=''
|
||||
filetokillb=''
|
||||
endif
|
||||
if(mousebutton.ne.0) filetokilla=''
|
||||
if(nsavelast.eq.1) filetokillb=''
|
||||
nsavelast=0
|
||||
ierr=unlink(filetokillb)
|
||||
|
Loading…
Reference in New Issue
Block a user