mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 12:48:40 -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
|
!---------------------------------------------------- decode3
|
||||||
subroutine decode3(d2,jz,istart,filename)
|
subroutine decode3(d2,jz,istart,filename)
|
||||||
|
|
||||||
@ -67,7 +66,6 @@ subroutine decode3(d2,jz,istart,filename)
|
|||||||
filetokilla=''
|
filetokilla=''
|
||||||
filetokillb=''
|
filetokillb=''
|
||||||
endif
|
endif
|
||||||
if(mousebutton.ne.0) filetokilla=''
|
|
||||||
if(nsavelast.eq.1) filetokillb=''
|
if(nsavelast.eq.1) filetokillb=''
|
||||||
nsavelast=0
|
nsavelast=0
|
||||||
ierr=unlink(filetokillb)
|
ierr=unlink(filetokillb)
|
||||||
|
Loading…
Reference in New Issue
Block a user